.section-leadership_item .readmore-btn:before, .section-os-quote_text:before, .section-os-quote_image:before, .section-hero_simple-bg:before, .section-organizations_details-item .content li:before, .section-organizations_details-item .item-header:before, .section-organizations_tags-bg:before, .solution-slider_accordeon-item .title:before, .solution-slider_accordeon-item:before, .btn-learnmore:before, .section-testimonials_img:before, .section-solution_img:before, .section-careers_listing-block:before, .section-new_tabs-nav_item span:before {
  content: "";
  display: block;
  position: absolute;
}

.section-hero_simple-bg:before, .section-solution_img:before, .section-careers_hero-bg .hero-bg, .section-careers_hero-bg, .section-new_hero-txt, .section-new_hero-bg_front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solution-slider_accordeon-item .title:before, .btn-learnmore:before, .solutions-stats_item .icon, .select-wrap:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.section-new_tabs-nav_item span:before {
  display: block;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-hero_simple .h1-bigger2, .post-type-videos .post-image:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.page-template-page-careers .sticky-header {
  background: #fff !important;
}

.padding-vertical-40, .section-solutions-support_item {
  padding-top: 27.527px;
  padding-bottom: 27.527px;
}
@media screen and (min-width: 991px) {
  .padding-vertical-40, .section-solutions-support_item {
    padding-top: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
    padding-bottom: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-vertical-40, .section-solutions-support_item {
    padding-top: 166.66px;
    padding-bottom: 166.66px;
  }
}

.padding-horizontal-40, .section-solutions-support_item {
  padding-left: 27.527px;
  padding-right: 27.527px;
}
@media screen and (min-width: 991px) {
  .padding-horizontal-40, .section-solutions-support_item {
    padding-left: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
    padding-right: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-horizontal-40, .section-solutions-support_item {
    padding-left: 166.66px;
    padding-right: 166.66px;
  }
}

.padding-vertical-60, .section-os-quote_inner, .section-organizations_details-partners, .section-organizations_details-row {
  padding-top: 41.29px;
  padding-bottom: 41.29px;
}
@media screen and (min-width: 991px) {
  .padding-vertical-60, .section-os-quote_inner, .section-organizations_details-partners, .section-organizations_details-row {
    padding-top: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
    padding-bottom: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-vertical-60, .section-os-quote_inner, .section-organizations_details-partners, .section-organizations_details-row {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

.padding-horizontal-60 {
  padding-left: 41.29px;
  padding-right: 41.29px;
}
@media screen and (min-width: 991px) {
  .padding-horizontal-60 {
    padding-left: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
    padding-right: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-horizontal-60 {
    padding-left: 250px;
    padding-right: 250px;
  }
}

.padding-top-80, .section-solutions-employerstrust, .section-leadership {
  padding-top: 55.055px;
}
@media screen and (min-width: 991px) {
  .padding-top-80, .section-solutions-employerstrust, .section-leadership {
    padding-top: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-top-80, .section-solutions-employerstrust, .section-leadership {
    padding-top: 333.333px;
  }
}

.padding-bottom-80, .section-leadership:last-child, .section-os-journey {
  padding-bottom: 55.055px;
}
@media screen and (min-width: 991px) {
  .padding-bottom-80, .section-leadership:last-child, .section-os-journey {
    padding-bottom: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-bottom-80, .section-leadership:last-child, .section-os-journey {
    padding-bottom: 333.333px;
  }
}

.padding-vertical-80, .section-solutions-outcomes, .section-solutions-infographic, .section-contactus, .section-supported_devices, .section-os-mission_inner, .section-os-mission, .section-darioResponsive, .section-solutions-stats.organizations-stats {
  padding-top: 55.055px;
  padding-bottom: 55.055px;
}
@media screen and (min-width: 991px) {
  .padding-vertical-80, .section-solutions-outcomes, .section-solutions-infographic, .section-contactus, .section-supported_devices, .section-os-mission_inner, .section-os-mission, .section-darioResponsive, .section-solutions-stats.organizations-stats {
    padding-top: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
    padding-bottom: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-vertical-80, .section-solutions-outcomes, .section-solutions-infographic, .section-contactus, .section-supported_devices, .section-os-mission_inner, .section-os-mission, .section-darioResponsive, .section-solutions-stats.organizations-stats {
    padding-top: 333.333px;
    padding-bottom: 333.333px;
  }
}

.padding-horizontal-80 {
  padding-left: 55.055px;
  padding-right: 55.055px;
}
@media screen and (min-width: 991px) {
  .padding-horizontal-80 {
    padding-left: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
    padding-right: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-horizontal-80 {
    padding-left: 333.333px;
    padding-right: 333.333px;
  }
}

.padding-vertical-90 {
  padding-top: 61.9375px;
  padding-bottom: 61.9375px;
}
@media screen and (min-width: 991px) {
  .padding-vertical-90 {
    padding-top: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
    padding-bottom: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-vertical-90 {
    padding-top: 375px;
    padding-bottom: 375px;
  }
}

.padding-horizontal-90, .section-whydario, .section-new_resources {
  padding-left: 61.9375px;
  padding-right: 61.9375px;
}
@media screen and (min-width: 991px) {
  .padding-horizontal-90, .section-whydario, .section-new_resources {
    padding-left: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
    padding-right: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-horizontal-90, .section-whydario, .section-new_resources {
    padding-left: 375px;
    padding-right: 375px;
  }
}

.padding-top-100 {
  padding-top: 68.819px;
}
@media screen and (min-width: 991px) {
  .padding-top-100 {
    padding-top: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-top-100 {
    padding-top: 416.666px;
  }
}

.padding-bottom-100, .section-solutions-employerstrust, .section-os-team {
  padding-bottom: 68.819px;
}
@media screen and (min-width: 991px) {
  .padding-bottom-100, .section-solutions-employerstrust, .section-os-team {
    padding-bottom: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-bottom-100, .section-solutions-employerstrust, .section-os-team {
    padding-bottom: 416.666px;
  }
}

.padding-horizontal-100, .section-solutions-scheduledemo, .section-solutions-employerstrust, .section-solutions-support, .section-title-text, .section-solutions-outcomes, .section-solutions-infographic, .section-leadership, .section-os-journey, .section-os-team, .section-os-quote, .section-os-mission, .section-organizations_details-partners, .section-organizations_details, .section-darioResponsive, .section-solutionslider, .section-innovationsParallax, .section-conditions, .section-solutions-stats {
  padding-left: 68.819px;
  padding-right: 68.819px;
}
@media screen and (min-width: 991px) {
  .padding-horizontal-100, .section-solutions-scheduledemo, .section-solutions-employerstrust, .section-solutions-support, .section-title-text, .section-solutions-outcomes, .section-solutions-infographic, .section-leadership, .section-os-journey, .section-os-team, .section-os-quote, .section-os-mission, .section-organizations_details-partners, .section-organizations_details, .section-darioResponsive, .section-solutionslider, .section-innovationsParallax, .section-conditions, .section-solutions-stats {
    padding-left: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
    padding-right: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-horizontal-100, .section-solutions-scheduledemo, .section-solutions-employerstrust, .section-solutions-support, .section-title-text, .section-solutions-outcomes, .section-solutions-infographic, .section-leadership, .section-os-journey, .section-os-team, .section-os-quote, .section-os-mission, .section-organizations_details-partners, .section-organizations_details, .section-darioResponsive, .section-solutionslider, .section-innovationsParallax, .section-conditions, .section-solutions-stats {
    padding-left: 416.666px;
    padding-right: 416.666px;
  }
}

.padding-vertical-100, .section-solutions-support, .section-os-quote, .innovationsParallax-image, .innovationsParallax-content, .section-conditions, .section-solutions-stats {
  padding-top: 68.819px;
  padding-bottom: 68.819px;
}
@media screen and (min-width: 991px) {
  .padding-vertical-100, .section-solutions-support, .section-os-quote, .innovationsParallax-image, .innovationsParallax-content, .section-conditions, .section-solutions-stats {
    padding-top: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
    padding-bottom: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .padding-vertical-100, .section-solutions-support, .section-os-quote, .innovationsParallax-image, .innovationsParallax-content, .section-conditions, .section-solutions-stats {
    padding-top: 416.666px;
    padding-bottom: 416.666px;
  }
}

.margin-vertical-60, .section-solutions-infographic_img {
  margin-top: 41.29px;
  margin-bottom: 41.29px;
}
@media screen and (min-width: 991px) {
  .margin-vertical-60, .section-solutions-infographic_img {
    margin-top: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
    margin-bottom: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .margin-vertical-60, .section-solutions-infographic_img {
    margin-top: 250px;
    margin-bottom: 250px;
  }
}

.font-size-12, .section-careers_listing-item .title-badge {
  font-size: 8.258px;
}
@media screen and (min-width: 991px) {
  .font-size-12, .section-careers_listing-item .title-badge {
    font-size: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-12, .section-careers_listing-item .title-badge {
    font-size: 50px;
  }
}

.font-size-13, .section-solutions-stats.organizations-stats .solutions-stats_item .header {
  font-size: 8.946px;
}
@media screen and (min-width: 991px) {
  .font-size-13, .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    font-size: calc(8.946px + 45.22 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-13, .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    font-size: 54.166px;
  }
}

.font-size-14, .section-leadership_item .readmore-text, .section-leadership_item .readmore-btn, .section-leadership_item .pos, .section-supported_devices .devicesSide .supported-devices tbody tr, .section-careers_hero .subtitle {
  font-size: 9.634px;
}
@media screen and (min-width: 991px) {
  .font-size-14, .section-leadership_item .readmore-text, .section-leadership_item .readmore-btn, .section-leadership_item .pos, .section-supported_devices .devicesSide .supported-devices tbody tr, .section-careers_hero .subtitle {
    font-size: calc(9.634px + 48.699 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-14, .section-leadership_item .readmore-text, .section-leadership_item .readmore-btn, .section-leadership_item .pos, .section-supported_devices .devicesSide .supported-devices tbody tr, .section-careers_hero .subtitle {
    font-size: 58.333px;
  }
}

.font-size-15 {
  font-size: 10.322px;
}
@media screen and (min-width: 991px) {
  .font-size-15 {
    font-size: calc(10.322px + 52.178 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-15 {
    font-size: 62.5px;
  }
}

.font-size-16, .section-supported_devices .linksSide a, .section-supported_devices .devicesSide .supported-devices thead tr th, .section-os-team_item .name, .section-os-team_item .position, .btn-learnmore, .scrollable-cards_item-link, .section-offices_image .employees-row .nu, .section-new_resources-item .btn-download__text, .new-styles-2023 p, .new-styles-2023 .section-comeet.one-position li, .select-wrap {
  font-size: 11.011px;
}
@media screen and (min-width: 991px) {
  .font-size-16, .section-supported_devices .linksSide a, .section-supported_devices .devicesSide .supported-devices thead tr th, .section-os-team_item .name, .section-os-team_item .position, .btn-learnmore, .scrollable-cards_item-link, .section-offices_image .employees-row .nu, .section-new_resources-item .btn-download__text, .new-styles-2023 p, .new-styles-2023 .section-comeet.one-position li, .select-wrap {
    font-size: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-16, .section-supported_devices .linksSide a, .section-supported_devices .devicesSide .supported-devices thead tr th, .section-os-team_item .name, .section-os-team_item .position, .btn-learnmore, .scrollable-cards_item-link, .section-offices_image .employees-row .nu, .section-new_resources-item .btn-download__text, .new-styles-2023 p, .new-styles-2023 .section-comeet.one-position li, .select-wrap {
    font-size: 66.666px;
  }
}

.font-size-18, .section-supported_devices .devicesSide .supported-devices .accordion-table, .section-os-content_text p, .section-os-hwd p, .section-testimonials_content .testimonials-slider p.bigger, .section-solutions-stats.organizations-stats .solutions-stats_item .os-title-bottom, .section-careers_listing-item .apply-btn, .solution-row_card .btn-download__text, .new-styles-2023 .btn, .new-styles-2023 p.big, .new-styles-2023 .section-comeet.one-position li.big {
  font-size: 12.3875px;
}
@media screen and (min-width: 991px) {
  .font-size-18, .section-supported_devices .devicesSide .supported-devices .accordion-table, .section-os-content_text p, .section-os-hwd p, .section-testimonials_content .testimonials-slider p.bigger, .section-solutions-stats.organizations-stats .solutions-stats_item .os-title-bottom, .section-careers_listing-item .apply-btn, .solution-row_card .btn-download__text, .new-styles-2023 .btn, .new-styles-2023 p.big, .new-styles-2023 .section-comeet.one-position li.big {
    font-size: calc(12.3875px + 62.6125 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-18, .section-supported_devices .devicesSide .supported-devices .accordion-table, .section-os-content_text p, .section-os-hwd p, .section-testimonials_content .testimonials-slider p.bigger, .section-solutions-stats.organizations-stats .solutions-stats_item .os-title-bottom, .section-careers_listing-item .apply-btn, .solution-row_card .btn-download__text, .new-styles-2023 .btn, .new-styles-2023 p.big, .new-styles-2023 .section-comeet.one-position li.big {
    font-size: 75px;
  }
}

.font-size-20, .section-leadership_item .name, .section-organizations_tags .organizations-tags_item, .new-styles-2023 p.bigger, .new-styles-2023 .section-comeet.one-position li.bigger {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  .font-size-20, .section-leadership_item .name, .section-organizations_tags .organizations-tags_item, .new-styles-2023 p.bigger, .new-styles-2023 .section-comeet.one-position li.bigger {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-20, .section-leadership_item .name, .section-organizations_tags .organizations-tags_item, .new-styles-2023 p.bigger, .new-styles-2023 .section-comeet.one-position li.bigger {
    font-size: 83.333px;
  }
}

.font-size-22, .section-solutions-outcomes_item p, .section-os-quote_text p, .section-organizations_details-item .content p, .section-organizations_details-item .content ul, .section-darioResponsive_row p, .section-innovationsParallax .text-small, .section-offices_image .employees-row .country {
  font-size: 15.14px;
}
@media screen and (min-width: 991px) {
  .font-size-22, .section-solutions-outcomes_item p, .section-os-quote_text p, .section-organizations_details-item .content p, .section-organizations_details-item .content ul, .section-darioResponsive_row p, .section-innovationsParallax .text-small, .section-offices_image .employees-row .country {
    font-size: calc(15.14px + 76.526 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-22, .section-solutions-outcomes_item p, .section-os-quote_text p, .section-organizations_details-item .content p, .section-organizations_details-item .content ul, .section-darioResponsive_row p, .section-innovationsParallax .text-small, .section-offices_image .employees-row .country {
    font-size: 91.666px;
  }
}

.font-size-24, .section-title-text_row .text, .section-leadership_head p, .section-os-team_head p, .section-os-quote_text .position, .testimonials-slider_item .name, .section-testimonials_content .title {
  font-size: 16.516px;
}
@media screen and (min-width: 991px) {
  .font-size-24, .section-title-text_row .text, .section-leadership_head p, .section-os-team_head p, .section-os-quote_text .position, .testimonials-slider_item .name, .section-testimonials_content .title {
    font-size: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-24, .section-title-text_row .text, .section-leadership_head p, .section-os-team_head p, .section-os-quote_text .position, .testimonials-slider_item .name, .section-testimonials_content .title {
    font-size: 100px;
  }
}

.font-size-25, .section-solutions-stats.organizations-stats .solutions-stats_item .os-title-top {
  font-size: 17.2px;
}
@media screen and (min-width: 991px) {
  .font-size-25, .section-solutions-stats.organizations-stats .solutions-stats_item .os-title-top {
    font-size: calc(17.2px + 86.966 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-25, .section-solutions-stats.organizations-stats .solutions-stats_item .os-title-top {
    font-size: 104.166px;
  }
}

.font-size-26, .section-solutions-support_item p, .new-styles-2023 .title-26 {
  font-size: 17.893px;
}
@media screen and (min-width: 991px) {
  .font-size-26, .section-solutions-support_item p, .new-styles-2023 .title-26 {
    font-size: calc(17.893px + 90.44 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-26, .section-solutions-support_item p, .new-styles-2023 .title-26 {
    font-size: 108.333px;
  }
}

.font-size-30, .section-solutions-infographic_item .title {
  font-size: 20.645px;
}
@media screen and (min-width: 991px) {
  .font-size-30, .section-solutions-infographic_item .title {
    font-size: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-30, .section-solutions-infographic_item .title {
    font-size: 125px;
  }
}

.font-size-32, .section-title-text_row .text.big, .section-os-journey_nav-item, .section-solutions-stats.organizations-stats .solutions-stats_item .os-title, .new-styles-2023 .h3-smaller {
  font-size: 22.02px;
}
@media screen and (min-width: 991px) {
  .font-size-32, .section-title-text_row .text.big, .section-os-journey_nav-item, .section-solutions-stats.organizations-stats .solutions-stats_item .os-title, .new-styles-2023 .h3-smaller {
    font-size: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-32, .section-title-text_row .text.big, .section-os-journey_nav-item, .section-solutions-stats.organizations-stats .solutions-stats_item .os-title, .new-styles-2023 .h3-smaller {
    font-size: 133.333px;
  }
}

.font-size-34, .section-os-mission p, .section-darioResponsive_row .title, .section-innovationsParallax .title-small {
  font-size: 23.398px;
}
@media screen and (min-width: 991px) {
  .font-size-34, .section-os-mission p, .section-darioResponsive_row .title, .section-innovationsParallax .title-small {
    font-size: calc(23.398px + 118.268 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-34, .section-os-mission p, .section-darioResponsive_row .title, .section-innovationsParallax .title-small {
    font-size: 141.666px;
  }
}

.font-size-36, .section-title-text_row .title, .section-os-quote_text .name, .section-organizations_details-item .item-header {
  font-size: 24.775px;
}
@media screen and (min-width: 991px) {
  .font-size-36, .section-title-text_row .title, .section-os-quote_text .name, .section-organizations_details-item .item-header {
    font-size: calc(24.775px + 125.225 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-36, .section-title-text_row .title, .section-os-quote_text .name, .section-organizations_details-item .item-header {
    font-size: 150px;
  }
}

.font-size-38, .section-innovationsParallax .title {
  font-size: 26.151px;
}
@media screen and (min-width: 991px) {
  .font-size-38, .section-innovationsParallax .title {
    font-size: calc(26.151px + 132.182 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-38, .section-innovationsParallax .title {
    font-size: 158.333px;
  }
}

.font-size-40, .section-solutions-stats.organizations-stats .solutions-stats_item .os-num.small {
  font-size: 27.527px;
}
@media screen and (min-width: 991px) {
  .font-size-40, .section-solutions-stats.organizations-stats .solutions-stats_item .os-num.small {
    font-size: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-40, .section-solutions-stats.organizations-stats .solutions-stats_item .os-num.small {
    font-size: 166.66px;
  }
}

.font-size-48, .section-solutions-stats.organizations-stats .solutions-stats_item .os-num {
  font-size: 33.03px;
}
@media screen and (min-width: 991px) {
  .font-size-48, .section-solutions-stats.organizations-stats .solutions-stats_item .os-num {
    font-size: calc(33.03px + 166.97 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .font-size-48, .section-solutions-stats.organizations-stats .solutions-stats_item .os-num {
    font-size: 200px;
  }
}

.text-black {
  color: var(--text-black);
}

.text-midgray {
  color: var(--mid-gray);
}

.animate-underline {
  position: relative;
  display: inline;
  padding-bottom: 6px;
  isolation: isolate;
  background-image: linear-gradient(var(--dario-orange) 0 0);
  background-position: 0 100%; /*OR bottom left*/
  background-size: 0% 6px;
  background-repeat: no-repeat;
  transition: background-size 0.6s, background-position 0s 0.6s;
}
.animate-underline.animated {
  background-position: 0% 100%; /*OR bottom right*/
  background-size: 100% 6px;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@keyframes breathing {
  0% {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
.select-wrap {
  border-bottom: 2px solid var(--text-black);
  color: var(--text-black);
  font-weight: 400;
  position: relative;
  isolation: isolate;
}
.select-wrap select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 5px 13.33% 5px 0;
  margin: 0;
  width: 100%;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  line-height: inherit;
  color: inherit;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap {
  min-width: 123.875px;
}
@media screen and (min-width: 991px) {
  .select-wrap {
    min-width: calc(123.875px + 626.125 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .select-wrap {
    min-width: 750px;
  }
}
.select-wrap:before {
  content: "";
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTFMMTIgMTVMMTYgMTEiIHN0cm9rZT0iIzIwMjEzMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.select-wrap:before {
  width: 16.516px;
}
@media screen and (min-width: 991px) {
  .select-wrap:before {
    width: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .select-wrap:before {
    width: 100px;
  }
}
.select-wrap:before {
  height: 16.516px;
}
@media screen and (min-width: 991px) {
  .select-wrap:before {
    height: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .select-wrap:before {
    height: 100px;
  }
}

.dragging a {
  pointer-events: none;
}

@media only screen and (min-width: 992px) {
  .container-responsive {
    max-width: 86.111%;
  }
}
@media only screen and (max-width: 991px) {
  .select-wrap:before {
    width: 24px;
    height: 24px;
  }
}
.new-styles-2023 {
  --bg-gray: var(--dario-gray);
}
.new-styles-2023 sub, .new-styles-2023 sup {
  font-size: 0.65em;
}
.new-styles-2023 h1, .new-styles-2023 .h1 {
  text-transform: none;
  line-height: 120%;
  font-weight: 600;
}
.new-styles-2023 h1, .new-styles-2023 .h1 {
  font-size: 37.16px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 h1, .new-styles-2023 .h1 {
    font-size: calc(37.16px + 187.84 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 h1, .new-styles-2023 .h1 {
    font-size: 225px;
  }
}
.new-styles-2023 .h1-bigger {
  text-transform: none;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.new-styles-2023 .h1-bigger {
  font-size: 41.29px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 .h1-bigger {
    font-size: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 .h1-bigger {
    font-size: 250px;
  }
}
.new-styles-2023 .h1-bigger2 {
  text-transform: none;
  line-height: 1.18;
  font-weight: 600;
}
.new-styles-2023 .h1-bigger2 {
  font-size: 44.044px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 .h1-bigger2 {
    font-size: calc(44.044px + 222.622 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 .h1-bigger2 {
    font-size: 266.666px;
  }
}
.new-styles-2023 .h1-smaller {
  text-transform: none;
  line-height: 120%;
  font-weight: 600;
}
.new-styles-2023 .h1-smaller {
  font-size: 31.656px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 .h1-smaller {
    font-size: calc(31.656px + 160.01 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 .h1-smaller {
    font-size: 191.666px;
  }
}
.new-styles-2023 h2, .new-styles-2023 .h2 {
  font-weight: 600;
  line-height: 120%;
}
.new-styles-2023 h2, .new-styles-2023 .h2 {
  font-size: 27.527px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 h2, .new-styles-2023 .h2 {
    font-size: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 h2, .new-styles-2023 .h2 {
    font-size: 166.66px;
  }
}
.new-styles-2023 .h2-bigger {
  font-weight: 600;
  line-height: 120%;
}
.new-styles-2023 .h2-bigger {
  font-size: 30.28px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 .h2-bigger {
    font-size: calc(30.28px + 153.053 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 .h2-bigger {
    font-size: 183.333px;
  }
}
@media only screen and (min-width: 990px) {
  .new-styles-2023 .h2-bigger {
    letter-spacing: -1px;
  }
}
.new-styles-2023 .h2-bigger2 {
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.022em;
}
.new-styles-2023 .h2-bigger2 {
  font-size: 33.03px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 .h2-bigger2 {
    font-size: calc(33.03px + 166.97 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 .h2-bigger2 {
    font-size: 200px;
  }
}
.new-styles-2023 h3, .new-styles-2023 .h3 {
  font-weight: 600;
  line-height: 150%;
}
.new-styles-2023 h3, .new-styles-2023 .h3 {
  font-size: 24.775px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 h3, .new-styles-2023 .h3 {
    font-size: calc(24.775px + 125.225 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 h3, .new-styles-2023 .h3 {
    font-size: 150px;
  }
}
.new-styles-2023 .h3-smaller {
  font-weight: 600;
  line-height: 120%;
}
.new-styles-2023 h4, .new-styles-2023 .h4 {
  font-weight: 600;
  line-height: 1.2;
}
.new-styles-2023 h4, .new-styles-2023 .h4 {
  font-size: 20.645px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 h4, .new-styles-2023 .h4 {
    font-size: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 h4, .new-styles-2023 .h4 {
    font-size: 125px;
  }
}
.new-styles-2023 .title-26 {
  font-weight: 600;
  line-height: 120%;
}
.new-styles-2023 h5, .new-styles-2023 .h5 {
  font-weight: 500;
  line-height: 120%;
}
.new-styles-2023 h5, .new-styles-2023 .h5 {
  font-size: 16.516px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 h5, .new-styles-2023 .h5 {
    font-size: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 h5, .new-styles-2023 .h5 {
    font-size: 100px;
  }
}
.new-styles-2023 h6, .new-styles-2023 .h6 {
  font-weight: 600;
  line-height: 150%;
}
.new-styles-2023 h6, .new-styles-2023 .h6 {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 h6, .new-styles-2023 .h6 {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 h6, .new-styles-2023 .h6 {
    font-size: 83.333px;
  }
}
.new-styles-2023 p.big, .new-styles-2023 .section-comeet.one-position li.big {
  line-height: 150%;
}
.new-styles-2023 p.bigger, .new-styles-2023 .section-comeet.one-position li.bigger {
  line-height: 150%;
}
.new-styles-2023 p:empty {
  display: none;
}
.new-styles-2023 .btn {
  outline: none !important;
  border-radius: 8px;
  letter-spacing: 1px;
  font-weight: 600;
}
.new-styles-2023 .btn {
  min-width: 175.489px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 .btn {
    min-width: calc(175.489px + 887.011 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 .btn {
    min-width: 1062.5px;
  }
}
.new-styles-2023 .btn {
  padding-left: 11.011px;
  padding-right: 11.011px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 .btn {
    padding-left: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-right: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 .btn {
    padding-left: 66.666px;
    padding-right: 66.666px;
  }
}
.new-styles-2023 .btn {
  padding-top: 8.946px;
  padding-bottom: 8.946px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 .btn {
    padding-top: calc(8.946px + 45.22 * ((100vw - 991px) / 5009));
    padding-bottom: calc(8.946px + 45.22 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 .btn {
    padding-top: 54.166px;
    padding-bottom: 54.166px;
  }
}
.new-styles-2023 .btn.btn-xs {
  padding-top: 4.129px;
  padding-bottom: 4.129px;
}
@media screen and (min-width: 991px) {
  .new-styles-2023 .btn.btn-xs {
    padding-top: calc(4.129px + 20.871 * ((100vw - 991px) / 5009));
    padding-bottom: calc(4.129px + 20.871 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .new-styles-2023 .btn.btn-xs {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .new-styles-2023 .btn.btn-xs-mobile {
    padding-top: 4.129px;
    padding-bottom: 4.129px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 991px) {
  .new-styles-2023 .btn.btn-xs-mobile {
    padding-top: calc(4.129px + 20.871 * ((100vw - 991px) / 5009));
    padding-bottom: calc(4.129px + 20.871 * ((100vw - 991px) / 5009));
  }
}
@media only screen and (max-width: 768px) and (min-width: 6000px) {
  .new-styles-2023 .btn.btn-xs-mobile {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.new-styles-2023 .slick-slider, .new-styles-2023 .slick-slide {
  outline: none !important;
}
.new-styles-2023 .slick-dots {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 24px 0 0;
}
.new-styles-2023 .slick-dots li {
  display: block;
}
.new-styles-2023 .slick-dots li button {
  display: block;
  font-size: 0;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  background: #D9D9D9;
}
.new-styles-2023 .slick-dots li.slick-active button {
  background-color: var(--dario-orange);
}
.new-styles-2023 .dots-blue .slick-dots li.slick-active button {
  background-color: var(--primary);
}
.new-styles-2023 .slick-dots-rectangle .slick-dots {
  gap: 4px;
}
.new-styles-2023 .slick-dots-rectangle .slick-dots li button {
  width: 20px;
  height: 4px;
  border-radius: 10px;
}
.new-styles-2023 .slick-dots-rectangle.wide .slick-dots {
  gap: 6px;
}
.new-styles-2023 .slick-dots-rectangle.wide .slick-dots li button {
  width: 40px;
}
@media only screen and (max-width: 991px) {
  .new-styles-2023 .slick-dots-rectangle.wide .slick-dots li button {
    width: 20px;
  }
}
.new-styles-2023 .slick-dots-container {
  width: 90px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.new-styles-2023 .slick-dots-container > ul {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  transition: all 0.25s;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
  width: unset !important;
}
.new-styles-2023 .slick-dots-container > ul li button {
  transform: scale(0.65);
}
.new-styles-2023 .slick-dots-container > ul li.p-small-1 button, .new-styles-2023 .slick-dots-container > ul li.n-small-1 button {
  transform: scale(0.55);
}
.new-styles-2023 .slick-dots-container > ul li.slick-active button {
  transform: scale(1);
}
.new-styles-2023 .tabs_content {
  display: none;
}
.new-styles-2023 .tabs_content.active {
  display: block;
}
.new-styles-2023 .font-weight-500 {
  font-weight: 500;
}
.new-styles-2023 .font-weight-600 {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .new-styles-2023 .font-size-14, .new-styles-2023 .section-leadership_item .readmore-text, .section-leadership_item .new-styles-2023 .readmore-text, .new-styles-2023 .section-leadership_item .readmore-btn, .section-leadership_item .new-styles-2023 .readmore-btn, .new-styles-2023 .section-leadership_item .pos, .section-leadership_item .new-styles-2023 .pos, .new-styles-2023 .section-supported_devices .devicesSide .supported-devices tbody tr, .section-supported_devices .devicesSide .supported-devices tbody .new-styles-2023 tr, .new-styles-2023 .section-careers_hero .subtitle, .section-careers_hero .new-styles-2023 .subtitle {
    font-size: 14px;
  }
  .new-styles-2023 .font-size-16, .new-styles-2023 .section-supported_devices .linksSide a, .section-supported_devices .linksSide .new-styles-2023 a, .new-styles-2023 .section-supported_devices .devicesSide .supported-devices thead tr th, .section-supported_devices .devicesSide .supported-devices thead tr .new-styles-2023 th, .new-styles-2023 .section-os-team_item .name, .section-os-team_item .new-styles-2023 .name, .new-styles-2023 .section-os-team_item .position, .section-os-team_item .new-styles-2023 .position, .new-styles-2023 .btn-learnmore, .new-styles-2023 .scrollable-cards_item-link, .new-styles-2023 .section-offices_image .employees-row .nu, .section-offices_image .employees-row .new-styles-2023 .nu, .new-styles-2023 .section-new_resources-item .btn-download__text, .section-new_resources-item .new-styles-2023 .btn-download__text, .new-styles-2023 .select-wrap, .new-styles-2023 p, .new-styles-2023 .section-comeet.one-position li, .new-styles-2023 .font-size-18, .new-styles-2023 .section-supported_devices .devicesSide .supported-devices .accordion-table, .section-supported_devices .devicesSide .supported-devices .new-styles-2023 .accordion-table, .new-styles-2023 .section-os-content_text p, .section-os-content_text .new-styles-2023 p, .new-styles-2023 .section-os-hwd p, .section-os-hwd .new-styles-2023 p, .new-styles-2023 .section-testimonials_content .testimonials-slider p.bigger, .section-testimonials_content .testimonials-slider .new-styles-2023 p.bigger, .new-styles-2023 .section-solutions-stats.organizations-stats .solutions-stats_item .os-title-bottom, .section-solutions-stats.organizations-stats .solutions-stats_item .new-styles-2023 .os-title-bottom, .new-styles-2023 .section-careers_listing-item .apply-btn, .section-careers_listing-item .new-styles-2023 .apply-btn, .new-styles-2023 .solution-row_card .btn-download__text, .solution-row_card .new-styles-2023 .btn-download__text, .new-styles-2023 p.big, .new-styles-2023 .btn, .new-styles-2023 .font-size-20, .new-styles-2023 .section-leadership_item .name, .section-leadership_item .new-styles-2023 .name, .new-styles-2023 .section-organizations_tags .organizations-tags_item, .section-organizations_tags .new-styles-2023 .organizations-tags_item, .new-styles-2023 p.bigger {
    font-size: 16px;
  }
  .new-styles-2023 .font-size-26, .new-styles-2023 .section-solutions-support_item p, .section-solutions-support_item .new-styles-2023 p, .new-styles-2023 .title-26 {
    font-size: 18px;
  }
  .new-styles-2023 .h1-bigger {
    font-size: 34px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.25px;
  }
  .new-styles-2023 h1, .new-styles-2023 .h1, .new-styles-2023 h2, .new-styles-2023 .h2, .new-styles-2023 h3, .new-styles-2023 .h3 {
    font-size: 36px;
  }
  .new-styles-2023 h4, .new-styles-2023 .h4, .new-styles-2023 .h1-smaller, .new-styles-2023 .h2-bigger, .new-styles-2023 .font-size-38, .new-styles-2023 .section-innovationsParallax .title, .section-innovationsParallax .new-styles-2023 .title, .new-styles-2023 .h3-smaller {
    font-size: 24px;
  }
  .new-styles-2023 h5, .new-styles-2023 .h5, .new-styles-2023 h6, .new-styles-2023 .h6 {
    font-size: 20px;
    line-height: 120%;
  }
  .new-styles-2023 .font-size-sm-16 {
    font-size: 16px;
  }
  .new-styles-2023 .font-size-sm-18 {
    font-size: 18px;
  }
  .new-styles-2023 .font-size-sm-20, .new-styles-2023 .section-solutions-employerstrust_item .title, .section-solutions-employerstrust_item .new-styles-2023 .title {
    font-size: 20px;
  }
  .new-styles-2023 .font-size-sm-24 {
    font-size: 24px;
  }
  .new-styles-2023 .btn {
    font-size: 18px;
    min-width: 174px;
    padding: 13px 20px;
  }
  .new-styles-2023 .text-orange-moblie {
    color: var(--dario-orange);
  }
}
@media only screen and (max-width: 768px) {
  .new-styles-2023 .h1-bigger {
    letter-spacing: 0;
  }
  .new-styles-2023 .h1-bigger2 {
    font-size: 31px;
    line-height: 1;
    letter-spacing: -0.022em;
  }
  .new-styles-2023 .h2-bigger2 {
    font-size: 34px;
  }
  .new-styles-2023 .w-xs-100 {
    width: 100%;
  }
}
.new-styles-2023 .bg-gray {
  background-color: var(--bg-gray);
}

.modal-wrap {
  background: rgba(32, 33, 48, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow-y: auto;
  padding: 12px;
  z-index: 9999;
}
.modal-wrap.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal-inner {
  background: #FFFFFF;
  border: 1px solid rgba(23, 86, 100, 0.3);
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  width: 42.36%;
  margin: 40px auto;
  position: relative;
}
.modal-inner .close-modal {
  border-radius: 50%;
  border: 1px solid #D0D0D0;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzEzODQ4XzI3NDciIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYuNzA3MSA4LjcwNzExQzE3LjA5NzYgOC4zMTY1OCAxNy4wOTc2IDcuNjgzNDIgMTYuNzA3MSA3LjI5Mjg5QzE2LjMxNjYgNi45MDIzNyAxNS42ODM0IDYuOTAyMzcgMTUuMjkyOSA3LjI5Mjg5TDEyIDEwLjU4NThMOC43MDcxMSA3LjI5Mjg5QzguMzE2NTggNi45MDIzNyA3LjY4MzQyIDYuOTAyMzcgNy4yOTI4OSA3LjI5Mjg5QzYuOTAyMzcgNy42ODM0MiA2LjkwMjM3IDguMzE2NTggNy4yOTI4OSA4LjcwNzExTDEwLjU4NTggMTJMNy4yOTI4OSAxNS4yOTI5QzYuOTAyMzcgMTUuNjgzNCA2LjkwMjM3IDE2LjMxNjYgNy4yOTI4OSAxNi43MDcxQzcuNjgzNDIgMTcuMDk3NiA4LjMxNjU4IDE3LjA5NzYgOC43MDcxMSAxNi43MDcxTDEyIDEzLjQxNDJMMTUuMjkyOSAxNi43MDcxQzE1LjY4MzQgMTcuMDk3NiAxNi4zMTY2IDE3LjA5NzYgMTYuNzA3MSAxNi43MDcxQzE3LjA5NzYgMTYuMzE2NiAxNy4wOTc2IDE1LjY4MzQgMTYuNzA3MSAxNS4yOTI5TDEzLjQxNDIgMTJMMTYuNzA3MSA4LjcwNzExWiIgZmlsbD0iIzIwMjEzMCIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTM4NDhfMjc0NykiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMwQzY0NzgiLz4KPC9nPgo8L3N2Zz4K");
}
.modal-inner .close-modal {
  width: 22.02px;
}
@media screen and (min-width: 991px) {
  .modal-inner .close-modal {
    width: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .modal-inner .close-modal {
    width: 133.333px;
  }
}
.modal-inner .close-modal {
  height: 22.02px;
}
@media screen and (min-width: 991px) {
  .modal-inner .close-modal {
    height: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .modal-inner .close-modal {
    height: 133.333px;
  }
}
.modal-content {
  border: none;
  background: transparent;
}
.modal-content {
  padding-top: 30.968px;
  padding-bottom: 30.968px;
}
@media screen and (min-width: 991px) {
  .modal-content {
    padding-top: calc(30.968px + 156.532 * ((100vw - 991px) / 5009));
    padding-bottom: calc(30.968px + 156.532 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .modal-content {
    padding-top: 187.5px;
    padding-bottom: 187.5px;
  }
}
.modal-content {
  padding-left: 30.968px;
  padding-right: 30.968px;
}
@media screen and (min-width: 991px) {
  .modal-content {
    padding-left: calc(30.968px + 156.532 * ((100vw - 991px) / 5009));
    padding-right: calc(30.968px + 156.532 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .modal-content {
    padding-left: 187.5px;
    padding-right: 187.5px;
  }
}
.modal-content p:last-child {
  margin-bottom: 0;
}
.modal-footer {
  border-top: 1px solid #E5E9EC;
  display: flex;
  justify-content: end;
}
.modal-footer {
  padding-top: 11.011px;
  padding-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .modal-footer {
    padding-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .modal-footer {
    padding-top: 66.666px;
    padding-bottom: 66.666px;
  }
}
.modal-footer {
  padding-left: 16.516px;
  padding-right: 16.516px;
}
@media screen and (min-width: 991px) {
  .modal-footer {
    padding-left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-right: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .modal-footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.modal-footer > * {
  cursor: pointer;
}
.modal-footer > *:not(:last-child) {
  margin-right: 16.516px;
}
@media screen and (min-width: 991px) {
  .modal-footer > *:not(:last-child) {
    margin-right: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .modal-footer > *:not(:last-child) {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .modal-inner {
    width: 100%;
  }
  .modal-inner .close-modal {
    width: 32px;
    height: 32px;
  }
  .modal-content {
    padding: 44px 16px;
  }
  .modal-content p {
    font-size: 14px;
  }
  .modal-footer {
    padding: 16px 24px;
    justify-content: center;
  }
}
.iframe-holder .form-message {
  font-size: 1rem;
  font-size: clamp(14px, 1.111vw, 22px);
  margin: 20px 0;
  text-align: center;
  color: #4D5550;
  padding: 1rem;
}

:is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) .h2 {
  font-weight: 600;
}
:is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) .h2 {
  font-size: 31.656px;
}
@media screen and (min-width: 991px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) .h2 {
    font-size: calc(31.656px + 160.004 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) .h2 {
    font-size: 191.66px;
  }
}
:is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p {
  font-size: 11.011px;
}
@media screen and (min-width: 991px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p {
    font-size: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p {
    font-size: 66.666px;
  }
}
:is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.big {
  font-size: 12.38px;
}
@media screen and (min-width: 991px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.big {
    font-size: calc(12.38px + 62.62 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.big {
    font-size: 75px;
  }
}
:is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.small {
  font-size: 9.63px;
}
@media screen and (min-width: 991px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.small {
    font-size: calc(9.63px + 48.701 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.small {
    font-size: 58.331px;
  }
}
:is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.bigger {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.bigger {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.bigger {
    font-size: 83.333px;
  }
}
:is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) .btn-dario-orange {
  font-size: 12.38px;
}
@media screen and (min-width: 991px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) .btn-dario-orange {
    font-size: calc(12.38px + 62.62 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) .btn-dario-orange {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991px) {
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) .h2 {
    font-size: 34px;
  }
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p {
    font-size: 16px;
  }
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.big {
    font-size: 16px;
  }
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.small {
    font-size: 12px;
  }
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) p.bigger {
    font-size: 16px;
  }
  :is(.section-text_cardsgallery, .section-image_text, .section-text_cards_gallery) .btn-dario-orange {
    font-size: 16px;
    padding: 16px 24px !important;
  }
}

.btn-download {
  width: 100%;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 0.3s;
  text-decoration: none;
}
.btn-download__text {
  font-weight: 600;
  line-height: 100%;
  overflow: hidden;
  transition: all 0.2s;
  transition-delay: 0s;
  white-space: nowrap;
}
.btn-download__text {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  .btn-download__text {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .btn-download__text {
    font-size: 83.333px;
  }
}
.btn-download__icon {
  border-radius: 50%;
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-download__icon {
  width: 30.28px;
}
@media screen and (min-width: 991px) {
  .btn-download__icon {
    width: calc(30.28px + 153.053 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .btn-download__icon {
    width: 183.333px;
  }
}
.btn-download__icon {
  min-width: 30.28px;
}
@media screen and (min-width: 991px) {
  .btn-download__icon {
    min-width: calc(30.28px + 153.053 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .btn-download__icon {
    min-width: 183.333px;
  }
}
.btn-download__icon {
  height: 30.28px;
}
@media screen and (min-width: 991px) {
  .btn-download__icon {
    height: calc(30.28px + 153.053 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .btn-download__icon {
    height: 183.333px;
  }
}
.btn-download__icon .icon-open {
  height: auto;
}
.btn-download__icon .icon-open {
  width: 11.01px;
}
@media screen and (min-width: 991px) {
  .btn-download__icon .icon-open {
    width: calc(11.01px + 55.656 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .btn-download__icon .icon-open {
    width: 66.666px;
  }
}
.btn-download__icon .icon-close {
  height: auto;
}
.btn-download__icon .icon-close {
  width: 13.763px;
}
@media screen and (min-width: 991px) {
  .btn-download__icon .icon-close {
    width: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .btn-download__icon .icon-close {
    width: 83.333px;
  }
}
.btn-download__icon .animate-arrow {
  position: relative;
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .btn-download {
    max-width: 187px;
    padding-right: 0;
  }
  .btn-download .btn-download__text {
    font-size: 16px;
  }
  .btn-download .btn-download__icon {
    border-width: 1px;
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  .btn-download .btn-download__icon .icon-open {
    width: 10px;
  }
  .btn-download .btn-download__icon .icon-close {
    width: 10px;
  }
}
.btn-download:hover .animate-arrow {
  transform: translateY(1px);
}

.section-text_cards_gallery {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 991px) {
  .section-text_cards_gallery {
    padding-top: calc(64px + 323.5 * ((100vw - 991px) / 5009));
    padding-bottom: calc(64px + 323.5 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cards_gallery {
    padding-top: 387.5px;
    padding-bottom: 387.5px;
  }
}
.section-text_cards_gallery-text {
  text-align: center;
  margin: 0 auto;
}
.section-text_cards_gallery-text {
  max-width: 718.475px;
}
@media screen and (min-width: 991px) {
  .section-text_cards_gallery-text {
    max-width: calc(718.475px + 3631.525 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cards_gallery-text {
    max-width: 4350px;
  }
}
.section-text_cards_gallery-text {
  margin-bottom: 33.033px;
}
@media screen and (min-width: 991px) {
  .section-text_cards_gallery-text {
    margin-bottom: calc(33.033px + 166.967 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cards_gallery-text {
    margin-bottom: 200px;
  }
}
.section-text_cards_gallery .cards-gallery {
  padding-left: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-text_cards_gallery .cards-gallery {
    padding-left: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cards_gallery .cards-gallery {
    padding-left: 416.666px;
  }
}
.section-text_cards_gallery .cards-gallery {
  padding-right: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-text_cards_gallery .cards-gallery {
    padding-right: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cards_gallery .cards-gallery {
    padding-right: 416.666px;
  }
}
@media only screen and (max-width: 991px) {
  .section-text_cards_gallery {
    padding: 32px 15px 13px;
    margin-bottom: 0;
  }
  .section-text_cards_gallery .section-text_cards_gallery-text {
    margin-bottom: 10px;
  }
  .section-text_cards_gallery .cards-gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.number-slot {
  overflow: hidden;
  display: inline-block;
  height: 1em;
  line-height: 1;
}
.number-slot .number {
  position: relative;
  line-height: 1;
}

@keyframes moveNumberOut {
  0% {
    margin-top: 0px;
  }
  30% {
    margin-top: -1em;
    opacity: 0;
  }
  100% {
    margin-top: -1em;
    opacity: 0;
  }
}
.move-number-out {
  animation: moveNumberOut 0.6s;
}
.move-number-out.stopped {
  margin-top: -1em;
  opacity: 0;
}

.cards-gallery {
  --card-bg:#fff;
  --card-text:var(--primary);
  cursor: grab;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  padding-bottom: 12px;
}
.cards-gallery {
  gap: 22.02px;
}
@media screen and (min-width: 991px) {
  .cards-gallery {
    gap: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery {
    gap: 133.333px;
  }
}
.cards-gallery {
  min-height: 295.92px;
}
@media screen and (min-width: 991px) {
  .cards-gallery {
    min-height: calc(295.92px + 1495.746 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery {
    min-height: 1791.666px;
  }
}
.cards-gallery::-webkit-scrollbar {
  display: none;
}
.cards-gallery__item {
  cursor: pointer;
  color: var(--card-text);
  background: var(--card-bg);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  transition: width 0.3s, min-width 0.3s, height 0.3s, padding 0.2s, opacity 0.3s;
}
.cards-gallery__item {
  padding-top: 22.02px;
  padding-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item {
    padding-top: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item {
    padding-top: 133.333px;
    padding-bottom: 133.333px;
  }
}
.cards-gallery__item {
  padding-left: 22.02px;
  padding-right: 22.02px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item {
    padding-left: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-right: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item {
    padding-left: 133.333px;
    padding-right: 133.333px;
  }
}
.cards-gallery__item {
  width: 170.672px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item {
    width: calc(170.672px + 862.661 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item {
    width: 1033.333px;
  }
}
.cards-gallery__item {
  min-width: 170.672px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item {
    min-width: calc(170.672px + 862.661 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item {
    min-width: 1033.333px;
  }
}
.cards-gallery__item {
  min-height: 217.469px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item {
    min-height: calc(217.469px + 1099.197 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item {
    min-height: 1316.666px;
  }
}
.cards-gallery__item.partly-visible {
  opacity: 0.3;
}
.cards-gallery__item:hover {
  opacity: 1 !important;
}
.cards-gallery__item .top {
  width: 100%;
  flex: 1;
}
.cards-gallery__item .bottom {
  width: 100%;
  align-self: flex-end;
}
.cards-gallery__item .bottom p {
  display: none !important;
}
.cards-gallery__item p:empty, .cards-gallery__item a:empty {
  display: none !important;
}
.cards-gallery__item .category {
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s;
}
.cards-gallery__item .category {
  margin-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .category {
    margin-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .category {
    margin-bottom: 133.333px;
  }
}
.cards-gallery__item .category {
  min-height: 22.02px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .category {
    min-height: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .category {
    min-height: 133.333px;
  }
}
.cards-gallery__item .category {
  font-size: 11.01px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .category {
    font-size: calc(11.01px + 55.65 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .category {
    font-size: 66.66px;
  }
}
.cards-gallery__item .num {
  font-weight: 600;
  line-height: 0.75;
  transition: all 0.3s;
}
.cards-gallery__item .num {
  margin-bottom: 11.01px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .num {
    margin-bottom: calc(11.01px + 55.65 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .num {
    margin-bottom: 66.66px;
  }
}
.cards-gallery__item .num {
  font-size: 33.03px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .num {
    font-size: calc(33.03px + 166.97 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .num {
    font-size: 200px;
  }
}
.cards-gallery__item .title {
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s;
}
.cards-gallery__item .title {
  margin-bottom: 5.5px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .title {
    margin-bottom: calc(5.5px + 27.83 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .title {
    margin-bottom: 33.33px;
  }
}
.cards-gallery__item .title {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .title {
    font-size: calc(13.763px + 69.567 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .title {
    font-size: 83.33px;
  }
}
.cards-gallery__item .text {
  line-height: 100%;
  font-weight: 400;
  transition: all 0.3s;
}
.cards-gallery__item .text {
  font-size: 11.01px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .text {
    font-size: calc(11.01px + 55.65 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .text {
    font-size: 66.66px;
  }
}
.cards-gallery__item .text .small {
  font-weight: 500;
  line-height: 1.2142857143;
}
.cards-gallery__item .text .small {
  font-size: 9.634px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .text .small {
    font-size: calc(9.634px + 48.699 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .text .small {
    font-size: 58.333px;
  }
}
.cards-gallery__item .text .small {
  margin-top: 6.88px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .text .small {
    margin-top: calc(6.88px + 34.786 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .text .small {
    margin-top: 41.666px;
  }
}
.cards-gallery__item .text .text-full {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0s;
}
.cards-gallery__item .btn-download {
  pointer-events: none;
  border-color: var(--card-text);
  margin-top: 2px;
}
.cards-gallery__item .btn-download {
  padding-right: 6.88px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item .btn-download {
    padding-right: calc(6.88px + 34.786 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item .btn-download {
    padding-right: 41.666px;
  }
}
.cards-gallery__item .btn-download__text {
  opacity: 0;
  width: 0;
  color: var(--card-text);
}
.cards-gallery__item .btn-download__icon {
  border-color: var(--card-text);
}
.cards-gallery__item .btn-download__icon .icon-open {
  display: none;
}
.cards-gallery__item .btn-download__icon svg [fill] {
  fill: var(--card-text);
}
.cards-gallery__item .btn-download__icon svg [stroke] {
  stroke: var(--card-text);
}
.cards-gallery__item.scaled {
  cursor: default;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: width 0.3s, min-width 0.3s, height 0.3s, padding 0.4s, opacity 0.3s;
}
.cards-gallery__item.scaled {
  width: 300.05px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled {
    width: calc(300.05px + 1516.616 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled {
    width: 1816.666px;
  }
}
.cards-gallery__item.scaled {
  min-width: 300.05px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled {
    min-width: calc(300.05px + 1516.616 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled {
    min-width: 1816.666px;
  }
}
.cards-gallery__item.scaled {
  min-height: 278.03px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled {
    min-height: calc(278.03px + 1405.303 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled {
    min-height: 1683.333px;
  }
}
.cards-gallery__item.scaled {
  padding-left: 33.033px;
  padding-right: 33.033px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled {
    padding-left: calc(33.033px + 166.967 * ((100vw - 991px) / 5009));
    padding-right: calc(33.033px + 166.967 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.cards-gallery__item.scaled {
  padding-top: 34.409px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled {
    padding-top: calc(34.409px + 173.924 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled {
    padding-top: 208.333px;
  }
}
.cards-gallery__item.scaled {
  padding-bottom: 25.463px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled {
    padding-bottom: calc(25.463px + 128.703 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled {
    padding-bottom: 154.166px;
  }
}
.cards-gallery__item.scaled .category {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled .category {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled .category {
    font-size: 83.333px;
  }
}
.cards-gallery__item.scaled .title {
  font-size: 16.516px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled .title {
    font-size: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled .title {
    font-size: 100px;
  }
}
.cards-gallery__item.scaled .num {
  font-size: 48.173px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled .num {
    font-size: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled .num {
    font-size: 291.666px;
  }
}
.cards-gallery__item.scaled .text .text-full {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition-delay: 0.35s;
}
.cards-gallery__item.scaled .text .text-short {
  display: none;
}
.cards-gallery__item.scaled .btn-download {
  pointer-events: auto;
}
.cards-gallery__item.scaled .btn-download {
  padding-right: 57.12px;
}
@media screen and (min-width: 991px) {
  .cards-gallery__item.scaled .btn-download {
    padding-right: calc(57.12px + 288.713 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .cards-gallery__item.scaled .btn-download {
    padding-right: 345.833px;
  }
}
.cards-gallery__item.scaled .btn-download__text {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cards-gallery__item.scaled .btn-download .icon-open {
  display: block;
}
.cards-gallery__item.scaled .btn-download .icon-close {
  display: none;
}
@media only screen and (max-width: 991px) {
  .cards-gallery {
    min-height: 350px;
    gap: 16px;
  }
  .cards-gallery .cards-gallery__item {
    padding: 24px 32px;
    width: 208px;
    min-width: 208px;
    min-height: 297px;
  }
  .cards-gallery .cards-gallery__item .category {
    font-size: 14px;
    min-height: 32px;
    margin-bottom: 24px;
    transition: margin 0s, font-size 0.3s;
  }
  .cards-gallery .cards-gallery__item .num {
    margin-bottom: 16px;
    font-size: 40px;
  }
  .cards-gallery .cards-gallery__item .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .cards-gallery .cards-gallery__item .text {
    font-size: 14px;
    line-height: 130%;
  }
  .cards-gallery .cards-gallery__item .text.small {
    font-size: 10px;
    margin-top: 10px;
  }
  .cards-gallery .cards-gallery__item .btn-download {
    padding-right: 0;
  }
  .cards-gallery .cards-gallery__item.scaled {
    width: 251px;
    min-width: 251px;
    min-height: 324px;
  }
  .cards-gallery .cards-gallery__item.scaled .category {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .cards-gallery .cards-gallery__item.scaled .num {
    font-size: 44px;
    margin-bottom: 8px;
  }
  .cards-gallery .cards-gallery__item.scaled .title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .section-image_text {
    background-color: #F5F7F8;
  }
  .section-image_text .row.mobile-reverse {
    flex-flow: column-reverse;
    display: flex;
  }
}
.section-image_text-content {
  padding-left: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-image_text-content {
    padding-left: calc(68.819px + 347.846 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-content {
    padding-left: 416.665px;
  }
}
.section-image_text-content h2 {
  color: var(--primary);
}
.section-image_text-content_inner {
  width: 346.16px;
}
@media screen and (min-width: 991px) {
  .section-image_text-content_inner {
    width: calc(346.16px + 1749.671 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-content_inner {
    width: 2095.831px;
  }
}
.section-image_text-content .btn-download {
  max-width: 205.08px;
}
@media screen and (min-width: 991px) {
  .section-image_text-content .btn-download {
    max-width: calc(205.08px + 1036.586 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-content .btn-download {
    max-width: 1241.666px;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-content {
    padding: 0;
    text-align: center;
  }
  .section-image_text-content .section-image_text-content_inner {
    width: 100%;
    padding: 24px 16px 32px;
  }
  .section-image_text-content .btn-download {
    display: inline-flex;
    max-width: 187px;
  }
}
.section-image_text-image {
  position: relative;
}
.section-image_text-image_info {
  position: absolute;
  color: var(--primary);
}
.section-image_text-image_info {
  width: 170.672px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info {
    width: calc(170.672px + 862.661 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info {
    width: 1033.333px;
  }
}
.section-image_text-image_info {
  padding-top: 27.52px;
  padding-bottom: 27.52px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info {
    padding-top: calc(27.52px + 139.146 * ((100vw - 991px) / 5009));
    padding-bottom: calc(27.52px + 139.146 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info {
    padding-top: 166.666px;
    padding-bottom: 166.666px;
  }
}
.section-image_text-image_info {
  padding-left: 17.893px;
  padding-right: 17.893px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info {
    padding-left: calc(17.893px + 90.44 * ((100vw - 991px) / 5009));
    padding-right: calc(17.893px + 90.44 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info {
    padding-left: 108.333px;
    padding-right: 108.333px;
  }
}
.section-image_text-image_info {
  top: 12.387px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info {
    top: calc(12.387px + 62.613 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info {
    top: 75px;
  }
}
.section-image_text-image_info {
  right: 116.993px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info {
    right: calc(116.993px + 591.34 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info {
    right: 708.333px;
  }
}
.section-image_text-image_info .title {
  font-weight: 600;
  line-height: 100%;
}
.section-image_text-image_info .title {
  font-size: 11.01px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info .title {
    font-size: calc(11.01px + 55.656 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info .title {
    font-size: 66.666px;
  }
}
.section-image_text-image_info .title {
  margin-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info .title {
    margin-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info .title {
    margin-bottom: 100px;
  }
}
.section-image_text-image_info .num {
  font-weight: 600;
  line-height: 80%;
  display: flex;
  align-items: center;
  min-width: 46px;
}
.section-image_text-image_info .num {
  font-size: 55.05px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info .num {
    font-size: calc(55.05px + 278.283 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info .num {
    font-size: 333.333px;
  }
}
.section-image_text-image_info .num {
  margin-bottom: 11.01px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info .num {
    margin-bottom: calc(11.01px + 55.656 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info .num {
    margin-bottom: 66.666px;
  }
}
.section-image_text-image_info p {
  font-weight: 600;
  line-height: 1.1875;
}
.section-image_text-image_info p {
  font-size: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-image_text-image_info p {
    font-size: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-image_text-image_info p {
    font-size: 66.666px;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-image_info {
    width: 136.875px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  .section-image_text-image_info {
    width: calc(136.875px + 314.81 * ((100vw - 300px) / 690));
  }
}
@media only screen and (max-width: 991px) and (min-width: 990px) {
  .section-image_text-image_info {
    width: 451.685px;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-image_info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  .section-image_text-image_info {
    padding-top: calc(30px + 69 * ((100vw - 300px) / 690));
    padding-bottom: calc(30px + 69 * ((100vw - 300px) / 690));
  }
}
@media only screen and (max-width: 991px) and (min-width: 990px) {
  .section-image_text-image_info {
    padding-top: 99px;
    padding-bottom: 99px;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-image_info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  .section-image_text-image_info {
    padding-left: calc(15px + 34.5 * ((100vw - 300px) / 690));
    padding-right: calc(15px + 34.5 * ((100vw - 300px) / 690));
  }
}
@media only screen and (max-width: 991px) and (min-width: 990px) {
  .section-image_text-image_info {
    padding-left: 49.5px;
    padding-right: 49.5px;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-image_info {
    top: 5.625px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  .section-image_text-image_info {
    top: calc(5.625px + 12.937 * ((100vw - 300px) / 690));
  }
}
@media only screen and (max-width: 991px) and (min-width: 990px) {
  .section-image_text-image_info {
    top: 18.562px;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-image_info {
    right: 35.625px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  .section-image_text-image_info {
    right: calc(35.625px + 81.937 * ((100vw - 300px) / 690));
  }
}
@media only screen and (max-width: 991px) and (min-width: 990px) {
  .section-image_text-image_info {
    right: 117.562px;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-image_info .title {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-image_info .num {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  .section-image_text-image_info .num {
    font-size: calc(30px + 69 * ((100vw - 300px) / 690));
  }
}
@media only screen and (max-width: 991px) and (min-width: 990px) {
  .section-image_text-image_info .num {
    font-size: 99px;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-image_info .num {
    margin-bottom: 3.75px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  .section-image_text-image_info .num {
    margin-bottom: calc(3.75px + 8.625 * ((100vw - 300px) / 690));
  }
}
@media only screen and (max-width: 991px) and (min-width: 990px) {
  .section-image_text-image_info .num {
    margin-bottom: 12.375px;
  }
}
@media only screen and (max-width: 991px) {
  .section-image_text-image_info p {
    font-size: 11.25px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  .section-image_text-image_info p {
    font-size: calc(11.25px + 25.875 * ((100vw - 300px) / 690));
  }
}
@media only screen and (max-width: 991px) and (min-width: 990px) {
  .section-image_text-image_info p {
    font-size: 37.125px;
  }
}

.section-text_cardsgallery {
  background-color: var(--primary);
  color: #fff;
}
.section-text_cardsgallery .cards-gallery {
  --card-text:#fff;
  --card-bg:rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 991px) {
  .section-text_cardsgallery .cards-gallery {
    padding-right: 50px;
  }
}
.section-text_cardsgallery-text, .section-text_cardsgallery-gallery {
  padding-left: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-text_cardsgallery-text, .section-text_cardsgallery-gallery {
    padding-left: calc(68.819px + 347.846 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cardsgallery-text, .section-text_cardsgallery-gallery {
    padding-left: 416.665px;
  }
}
.section-text_cardsgallery-text {
  padding-top: 48.173px;
}
@media screen and (min-width: 991px) {
  .section-text_cardsgallery-text {
    padding-top: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cardsgallery-text {
    padding-top: 291.666px;
  }
}
.section-text_cardsgallery-text {
  padding-bottom: 74.325px;
}
@media screen and (min-width: 991px) {
  .section-text_cardsgallery-text {
    padding-bottom: calc(74.325px + 375.675 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cardsgallery-text {
    padding-bottom: 450px;
  }
}
.section-text_cardsgallery-text_inner {
  width: 375.065px;
}
@media screen and (min-width: 991px) {
  .section-text_cardsgallery-text_inner {
    width: calc(375.065px + 1895.768 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cardsgallery-text_inner {
    width: 2270.833px;
  }
}
.section-text_cardsgallery-text p {
  max-width: 316.569px;
}
@media screen and (min-width: 991px) {
  .section-text_cardsgallery-text p {
    max-width: calc(316.569px + 1600.097 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-text_cardsgallery-text p {
    max-width: 1916.666px;
  }
}
.section-text_cardsgallery .text-slider .slick-arrow:after {
  border-color: #fff;
}
.section-text_cardsgallery .text-slider .slick-arrow.slick-next:before {
  color: #fff;
}
.section-text_cardsgallery .text-slider .slick-arrow.slick-next:after {
  background-image: url("../images/arrow-right-white.svg");
}
.section-text_cardsgallery .text-slider .slick-arrow.slick-prev:after {
  background-image: url("../images/arrow-left-white.svg");
}
.section-text_cardsgallery .text-slider_progress {
  --progress-text: rgba(255, 255, 255, 0.5);
  --progress-bg: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 991px) {
  .section-text_cardsgallery {
    padding: 40px 15px;
  }
  .section-text_cardsgallery .row {
    flex-flow: column-reverse;
  }
  .section-text_cardsgallery .section-text_cardsgallery-text, .section-text_cardsgallery .section-text_cardsgallery-gallery {
    padding: 0;
  }
  .section-text_cardsgallery .section-text_cardsgallery-text {
    text-align: center;
  }
  .section-text_cardsgallery .section-text_cardsgallery-text_inner {
    width: 100%;
  }
  .section-text_cardsgallery .section-text_cardsgallery-text p {
    max-width: 100%;
  }
  .section-text_cardsgallery .section-text_cardsgallery-gallery .cards-gallery {
    width: calc(100% + 15px);
    max-width: unset;
    padding-right: 15px;
  }
}

.text-slider {
  position: relative;
}
.text-slider:not(.mobile_only) {
  padding-bottom: 57.8px;
}
@media screen and (min-width: 991px) {
  .text-slider:not(.mobile_only) {
    padding-bottom: calc(57.8px + 292.2 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .text-slider:not(.mobile_only) {
    padding-bottom: 350px;
  }
}
.text-slider .slick-slide {
  outline: none;
}
.text-slider .slick-arrow {
  background-color: transparent;
  padding: 0;
  font-size: 0;
  border: none;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.text-slider .slick-arrow:after {
  content: "";
  display: block;
  border: 2px solid var(--primary);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.text-slider .slick-arrow:after {
  width: 30.28px;
}
@media screen and (min-width: 991px) {
  .text-slider .slick-arrow:after {
    width: calc(30.28px + 153.053 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .text-slider .slick-arrow:after {
    width: 183.333px;
  }
}
.text-slider .slick-arrow:after {
  height: 30.28px;
}
@media screen and (min-width: 991px) {
  .text-slider .slick-arrow:after {
    height: calc(30.28px + 153.053 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .text-slider .slick-arrow:after {
    height: 183.333px;
  }
}
.text-slider .slick-arrow.slick-prev:after {
  background-image: url("../images/arrow-left2.svg?v=2");
}
.text-slider .slick-arrow.slick-next:after {
  background-image: url("../images/arrow-right2.svg?v=2");
}
.text-slider .slick-arrow.slick-next:before {
  content: "Read more";
  margin-right: 33px;
  font-weight: 600;
  color: var(--primary);
}
.text-slider .slick-arrow.slick-next:before {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  .text-slider .slick-arrow.slick-next:before {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .text-slider .slick-arrow.slick-next:before {
    font-size: 83.333px;
  }
}
.text-slider .slick-arrow.slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .text-slider {
    padding-bottom: 40px !important;
  }
  .text-slider .slick-arrow {
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .text-slider .slick-arrow:after {
    width: 24px;
    height: 24px;
    border-width: 1px;
    background-size: 50%;
  }
  .text-slider .slick-arrow.slick-next:before {
    font-size: 16px;
    margin-right: 16px;
  }
}

.text-slider_progress {
  --progress-text:rgba(0, 0, 0, 0.5);
  --progress-bg:rgba(0, 0, 0, 0.3);
  line-height: 150%;
  color: var(--progress-text);
  text-align: right;
  margin-top: 38px;
}
.text-slider_progress {
  font-size: 8.25px;
}
@media screen and (min-width: 991px) {
  .text-slider_progress {
    font-size: calc(8.25px + 41.75 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .text-slider_progress {
    font-size: 50px;
  }
}
.text-slider_progress {
  margin-top: 26.15px;
}
@media screen and (min-width: 991px) {
  .text-slider_progress {
    margin-top: calc(26.15px + 132.18 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .text-slider_progress {
    margin-top: 158.33px;
  }
}
.text-slider_progress-line {
  height: 3px;
  background-color: var(--progress-bg);
  border-radius: 2px;
  position: relative;
  margin-bottom: 4px;
}
.text-slider_progress-line_inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--dario-orange);
}
@media only screen and (max-width: 991px) {
  .text-slider_progress {
    font-size: 12px;
    margin-top: 20px;
  }
}

.section-newsroom_main {
  --post-type-color: transparent;
}
.section-newsroom_main-text {
  margin-left: 19%;
  max-width: 395px;
}
@media only screen and (min-width: 1600px) {
  .section-newsroom_main-text {
    margin-left: 12%;
    max-width: 100%;
  }
}
.section-newsroom_main .resource_featured_slider .slick-arrow {
  font-size: 0;
  padding: 0;
  z-index: 9;
  border-radius: 50%;
  border: 1.5px solid var(--primary);
  cursor: pointer;
  position: absolute;
  bottom: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.section-newsroom_main .resource_featured_slider .slick-arrow {
  width: 22.71px;
}
@media screen and (min-width: 991px) {
  .section-newsroom_main .resource_featured_slider .slick-arrow {
    width: calc(22.71px + 114.79 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-newsroom_main .resource_featured_slider .slick-arrow {
    width: 137.5px;
  }
}
.section-newsroom_main .resource_featured_slider .slick-arrow {
  height: 22.71px;
}
@media screen and (min-width: 991px) {
  .section-newsroom_main .resource_featured_slider .slick-arrow {
    height: calc(22.71px + 114.79 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-newsroom_main .resource_featured_slider .slick-arrow {
    height: 137.5px;
  }
}
.section-newsroom_main .resource_featured_slider .slick-arrow.slick-prev {
  left: calc(50% + 8.05vw);
  background-image: url("../images/arrow-left.svg");
}
@media only screen and (min-width: 1600px) {
  .section-newsroom_main .resource_featured_slider .slick-arrow.slick-prev {
    left: calc(50% + 3.9vw);
  }
}
.section-newsroom_main .resource_featured_slider .slick-arrow.slick-next {
  right: 13vw;
  background-image: url("../images/arrow-right.svg");
}
@media only screen and (min-width: 1600px) {
  .section-newsroom_main .resource_featured_slider .slick-arrow.slick-next {
    right: 5vw;
  }
}

.section-newsroom .post-image {
  position: relative;
}
.section-newsroom .post-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  height: 34px;
  background-color: var(--post-type-color);
}

.post-type-post {
  --post-type-color: rgb(242, 96, 15);
}

.post-type-casestudies, .post-type-executive_briefs {
  --post-type-color: rgb(23, 97, 125);
}

.post-type-infographics {
  --post-type-color: rgb(18, 221, 234);
}

.post-type-whitepapers {
  --post-type-color: rgb(253, 150, 4);
}

.post-type-webinars {
  --post-type-color: rgb(24, 158, 252);
}

.post-type-videos {
  --post-type-color: rgb(53, 38, 196);
}
.post-type-videos .post-image {
  position: relative;
}
.post-type-videos .post-image:after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  background-size: 100%;
  background-image: url("../images/play-btn.svg");
  z-index: 3;
}

.section-newsroom_nav-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  list-style: none;
}
.section-newsroom_nav-inner li {
  min-width: 133px;
}
.section-newsroom_nav-inner li a {
  display: block;
  padding: 6px 12px;
  border: 1px solid var(--primary);
  background: var(--primary);
  border-radius: 4px;
  transition: all 0.3s;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.214;
  text-align: center;
}
.section-newsroom_nav-inner li a:hover {
  border-color: var(--primary-darker);
  background: var(--primary-darker);
}

@media only screen and (max-width: 991px) {
  .section-newsroom_main-text {
    max-width: 100%;
    margin-left: 2vw;
  }
  .section-newsroom_main .resource_featured_slider .slick-arrow {
    bottom: -24px;
  }
  .section-newsroom_main .resource_featured_slider .slick-arrow.slick-prev {
    left: calc(50% + 2vw);
  }
  .section-newsroom_main .resource_featured_slider .slick-arrow.slick-next {
    right: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .section-newsroom_main-text {
    margin-left: 0;
  }
  .section-newsroom_main .resource_featured_slider .slick-arrow {
    width: 24px;
    height: 24px;
    border-width: 1px;
  }
  .post-type-videos .post-image:after {
    width: 60px;
    height: 60px;
  }
}
.section-new_hero {
  position: relative;
  overflow: hidden;
}
.section-new_hero-bg {
  position: relative;
}
.section-new_hero-bg img {
  display: block;
  width: 100%;
}
.section-new_hero-bg_front {
  z-index: 3;
}
.section-new_hero-bg_lottie {
  position: absolute;
  z-index: 2;
}
.section-new_hero-bg_lottie {
  width: 256.33px;
}
@media screen and (min-width: 769px) {
  .section-new_hero-bg_lottie {
    width: calc(256.33px + 1743.67 * ((100vw - 769px) / 5231));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_hero-bg_lottie {
    width: 2000px;
  }
}
.section-new_hero-bg_lottie {
  height: 256.33px;
}
@media screen and (min-width: 769px) {
  .section-new_hero-bg_lottie {
    height: calc(256.33px + 1743.67 * ((100vw - 769px) / 5231));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_hero-bg_lottie {
    height: 2000px;
  }
}
.section-new_hero-bg_lottie {
  bottom: -24.03px;
}
@media screen and (min-width: 769px) {
  .section-new_hero-bg_lottie {
    bottom: calc(-24.03px + -163.47 * ((100vw - 769px) / 5231));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_hero-bg_lottie {
    bottom: -187.5px;
  }
}
.section-new_hero-bg_lottie {
  right: 101.465px;
}
@media screen and (min-width: 769px) {
  .section-new_hero-bg_lottie {
    right: calc(101.465px + 690.201 * ((100vw - 769px) / 5231));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_hero-bg_lottie {
    right: 791.666px;
  }
}
.section-new_hero-txt {
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-new_hero-txt {
  padding-top: 66.754px;
}
@media screen and (min-width: 991px) {
  .section-new_hero-txt {
    padding-top: calc(66.754px + 337.412 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_hero-txt {
    padding-top: 404.166px;
  }
}
.section-new_hero-txt {
  padding-left: 66.754px;
}
@media screen and (min-width: 991px) {
  .section-new_hero-txt {
    padding-left: calc(66.754px + 337.412 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_hero-txt {
    padding-left: 404.166px;
  }
}
.section-new_hero-txt .inner {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-new_hero-bg_lottie {
    right: 50%;
    transform: translateX(50%);
  }
  .section-new_hero-bg_lottie {
    width: 335px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
  .section-new_hero-bg_lottie {
    width: calc(335px + 469 * ((100vw - 320px) / 448));
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .section-new_hero-bg_lottie {
    width: 804px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new_hero-bg_lottie {
    height: 335px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
  .section-new_hero-bg_lottie {
    height: calc(335px + 469 * ((100vw - 320px) / 448));
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .section-new_hero-bg_lottie {
    height: 804px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new_hero-bg_lottie {
    bottom: 45px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
  .section-new_hero-bg_lottie {
    bottom: calc(45px + 63 * ((100vw - 320px) / 448));
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .section-new_hero-bg_lottie {
    bottom: 108px;
  }
}
@media only screen and (max-width: 768px) {
  .section-new_hero-txt {
    position: static;
    padding: 87px 22px 0;
  }
  .section-new_hero-txt .h2, .section-new_hero-txt .h2-bigger {
    font-size: 24px;
  }
}
.section-new_imgtxt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-new_imgtxt {
  padding-left: 61.9375px;
  padding-right: 61.9375px;
}
@media screen and (min-width: 991px) {
  .section-new_imgtxt {
    padding-left: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
    padding-right: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_imgtxt {
    padding-left: 375px;
    padding-right: 375px;
  }
}
.section-new_imgtxt {
  padding-top: 44.732px;
  padding-bottom: 44.732px;
}
@media screen and (min-width: 991px) {
  .section-new_imgtxt {
    padding-top: calc(44.732px + 226.1013 * ((100vw - 991px) / 5009));
    padding-bottom: calc(44.732px + 226.1013 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_imgtxt {
    padding-top: 270.8333px;
    padding-bottom: 270.8333px;
  }
}
.section-new_imgtxt-img {
  width: 549.179px;
}
@media screen and (min-width: 991px) {
  .section-new_imgtxt-img {
    width: calc(549.179px + 2775.821 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_imgtxt-img {
    width: 3325px;
  }
}
.section-new_imgtxt-img img {
  display: block;
  width: 100%;
}
.section-new_imgtxt-txt {
  padding-right: 40px;
  flex: 1;
  color: var(--text-black);
}
.section-new_imgtxt-txt .inner {
  text-align: left;
  display: inline-block;
}
.section-new_imgtxt-txt .inner {
  width: 222.975px;
}
@media screen and (min-width: 991px) {
  .section-new_imgtxt-txt .inner {
    width: calc(222.975px + 1127.025 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_imgtxt-txt .inner {
    width: 1350px;
  }
}
.section-new_imgtxt-txt p {
  line-height: 130%;
}
.section-new_imgtxt.reversed {
  flex-direction: row-reverse;
}
.section-new_imgtxt.reversed .section-new_imgtxt-txt {
  padding-right: 0;
  padding-left: 40px;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .section-new_imgtxt {
    background: #fff !important;
    display: block;
    padding: 0;
  }
  .section-new_imgtxt-txt {
    padding: 40px 15px !important;
  }
  .section-new_imgtxt-txt .inner {
    width: 100%;
  }
  .section-new_imgtxt-img {
    width: 100%;
  }
}
.scrollmagic-pin-spacer {
  background-color: var(--bg-gray);
}

.section-bgparallax {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
}
.section-bgparallax {
  height: 291.579px;
}
@media screen and (min-width: 769px) {
  .section-bgparallax {
    height: calc(291.579px + 1983.421 * ((100vw - 769px) / 5231));
  }
}
@media screen and (min-width: 6000px) {
  .section-bgparallax {
    height: 2275px;
  }
}
.section-bgparallax.loaded {
  opacity: 1;
}
.section-bgparallax .img-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
}
.section-bgparallax .img-mobile, .section-bgparallax .mobile-section-parallax-img {
  display: none;
}
.section-bgparallax_img {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-bgparallax_img img {
  width: 100%;
  display: block;
}
.section-bgparallax_img.bottom {
  top: -100%;
}
.section-bgparallax_stats {
  width: 86.25%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3.99223px 9.98057px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-bgparallax_stats-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.section-bgparallax_stats {
  padding-top: 17.088px;
  padding-bottom: 17.088px;
}
@media screen and (min-width: 769px) {
  .section-bgparallax_stats {
    padding-top: calc(17.088px + 116.242 * ((100vw - 769px) / 5231));
    padding-bottom: calc(17.088px + 116.242 * ((100vw - 769px) / 5231));
  }
}
@media screen and (min-width: 6000px) {
  .section-bgparallax_stats {
    padding-top: 133.33px;
    padding-bottom: 133.33px;
  }
}
.section-bgparallax_stats {
  padding-left: 51.266px;
  padding-right: 51.266px;
}
@media screen and (min-width: 769px) {
  .section-bgparallax_stats {
    padding-left: calc(51.266px + 348.734 * ((100vw - 769px) / 5231));
    padding-right: calc(51.266px + 348.734 * ((100vw - 769px) / 5231));
  }
}
@media screen and (min-width: 6000px) {
  .section-bgparallax_stats {
    padding-left: 400px;
    padding-right: 400px;
  }
}
.section-bgparallax_stats .h2 {
  margin: 0;
}
.section-bgparallax_stats .num, .section-bgparallax_stats .title {
  font-weight: 600;
}
.section-bgparallax_stats .num {
  line-height: 115%;
}
.section-bgparallax_stats .num {
  font-size: 32.041px;
}
@media screen and (min-width: 769px) {
  .section-bgparallax_stats .num {
    font-size: calc(32.041px + 217.959 * ((100vw - 769px) / 5231));
  }
}
@media screen and (min-width: 6000px) {
  .section-bgparallax_stats .num {
    font-size: 250px;
  }
}
.section-bgparallax_stats .title {
  line-height: 130%;
}
.section-bgparallax_stats .title {
  font-size: 13.884px;
}
@media screen and (min-width: 769px) {
  .section-bgparallax_stats .title {
    font-size: calc(13.884px + 94.449 * ((100vw - 769px) / 5231));
  }
}
@media screen and (min-width: 6000px) {
  .section-bgparallax_stats .title {
    font-size: 108.333px;
  }
}
.section-bgparallax_stats p {
  margin-bottom: 0;
  margin-top: 4px;
}
.section-bgparallax_stats .item-title {
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .section-bgparallax .title-mobile {
    text-align: center;
  }
  .section-bgparallax .title-mobile {
    padding-bottom: 38.538px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 991px) {
  .section-bgparallax .title-mobile {
    padding-bottom: calc(38.538px + 194.795 * ((100vw - 991px) / 5009));
  }
}
@media only screen and (min-width: 769px) and (min-width: 6000px) {
  .section-bgparallax .title-mobile {
    padding-bottom: 233.333px;
  }
}
@media only screen and (min-width: 769px) {
  .section-bgparallax #stats .section-bgparallax_stats {
    opacity: 0;
  }
  .section-bgparallax #stats .section-bgparallax_stats .section-bgparallax_stats-item {
    transition: all 0.6s;
    opacity: 0;
    transform: scale(0);
  }
}
@media only screen and (min-width: 769px) {
  .section-bgparallax.show-1.show-1 #stat1 {
    opacity: 1;
  }
  .section-bgparallax.show-1.show-1 #stat1 .section-bgparallax_stats-item {
    transform: scale(1);
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) {
  .section-bgparallax.show-2:not(.show-1) #stat1 {
    opacity: 0;
  }
  .section-bgparallax.show-2:not(.show-1) #stat1 .section-bgparallax_stats-item {
    transform: scale(0);
    opacity: 0;
  }
  .section-bgparallax.show-2:not(.show-1) #stat2 {
    opacity: 1;
  }
  .section-bgparallax.show-2:not(.show-1) #stat2 .section-bgparallax_stats-item {
    transform: scale(1);
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) {
  .section-bgparallax.show-3:not(.show-1):not(.show-2) #stat1 {
    opacity: 0;
  }
  .section-bgparallax.show-3:not(.show-1):not(.show-2) #stat1 .section-bgparallax_stats-item {
    transform: scale(0);
    opacity: 0;
  }
  .section-bgparallax.show-3:not(.show-1):not(.show-2) #stat2 {
    opacity: 0;
  }
  .section-bgparallax.show-3:not(.show-1):not(.show-2) #stat2 .section-bgparallax_stats-item {
    transform: scale(0);
    opacity: 0;
  }
  .section-bgparallax.show-3:not(.show-1):not(.show-2) #stat3 {
    opacity: 1;
  }
  .section-bgparallax.show-3:not(.show-1):not(.show-2) #stat3 .section-bgparallax_stats-item {
    transform: scale(1);
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) {
  .section-bgparallax.small-text .section-bgparallax_stats {
    align-items: flex-start;
  }
  .section-bgparallax.small-text .section-bgparallax_stats .item-title {
    align-self: center;
  }
  .section-bgparallax.small-text .section-bgparallax_stats-item {
    text-align: left;
  }
  .section-bgparallax.small-text .section-bgparallax_stats .title {
    font-size: 13.763px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 991px) {
  .section-bgparallax.small-text .section-bgparallax_stats .title {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media only screen and (min-width: 769px) and (min-width: 6000px) {
  .section-bgparallax.small-text .section-bgparallax_stats .title {
    font-size: 83.333px;
  }
}
@media only screen and (max-width: 769px) {
  .section-bgparallax:not(.has-mobile-parallax) .scrollmagic-pin-spacer {
    padding: 0 !important;
    height: auto !important;
    min-height: auto !important;
    position: static !important;
  }
  .scrollmagic-pin-spacer {
    background-color: #fff;
  }
  .section-bgparallax {
    opacity: 1;
    height: auto;
    position: static !important;
  }
  .section-bgparallax .img-mobile, .section-bgparallax .mobile-section-parallax-img {
    display: block;
    width: 100%;
  }
  .section-bgparallax.has-mobile-parallax {
    overflow: unset !important;
  }
  .section-bgparallax .mobile-section-parallax {
    height: 164vw;
    position: relative;
  }
  .section-bgparallax .mobile-section-parallax img {
    display: block;
    width: 100%;
  }
  .section-bgparallax .mobile-section-parallax-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .section-bgparallax .mobile-section-parallax .section-bgparallax_stats {
    position: sticky;
    top: 80px;
    margin: 20px auto;
  }
  .section-bgparallax .title-mobile {
    padding: 40px 16px 37px;
    font-size: 28px;
    text-align: center;
  }
  .section-bgparallax_img {
    display: none;
  }
  .section-bgparallax_stats {
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 17px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    gap: 40px 24px;
    width: calc(100% - 34px);
    padding: 32px 16px;
    flex-wrap: wrap;
  }
  .section-bgparallax_stats-wrap {
    position: relative;
    height: auto;
    display: block;
  }
  .section-bgparallax_stats-item {
    width: calc(50% - 12px);
  }
  .section-bgparallax_stats .num {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
  }
  .section-bgparallax_stats .title {
    font-weight: 600;
    font-size: 16px;
  }
  .section-bgparallax_stats p {
    font-size: 14px;
  }
  .section-bgparallax_stats.mobile-2 {
    margin-top: -160px;
  }
  .section-bgparallax_stats.mobile-2 .section-bgparallax_stats-item.item-title {
    text-align: center;
  }
  .section-bgparallax_stats.mobile-2 .section-bgparallax_stats-item.item-title .h5 {
    display: none;
  }
  .section-bgparallax_stats.mobile-2 .section-bgparallax_stats-item.item-title .h2 {
    font-size: 28px;
  }
  .section-bgparallax_stats.mobile-2 .section-bgparallax_stats-item.item-title .h2 br {
    display: none;
  }
  .section-bgparallax_stats.mobile-2 .section-bgparallax_stats-item:first-child, .section-bgparallax_stats.mobile-2 .section-bgparallax_stats-item:last-child {
    width: 100%;
  }
  .section-bgparallax_stats.reorder .section-bgparallax_stats-item:nth-child(3) {
    order: 4;
    width: 100%;
  }
  .section-bgparallax_stats.reorder .section-bgparallax_stats-item:nth-child(4) {
    order: 3;
    width: calc(50% - 12px);
  }
  .section-bgparallax .stats-slider .section-bgparallax_stats-item {
    transition: all 0.5s;
    transform: scale(0);
    opacity: 0;
  }
  .section-bgparallax .stats-slider .slick-active .section-bgparallax_stats-item {
    transform: scale(1);
    opacity: 1;
  }
}
.section-new_oneplatform {
  padding-left: 48.861px;
  padding-right: 48.861px;
}
@media screen and (min-width: 991px) {
  .section-new_oneplatform {
    padding-left: calc(48.861px + 246.972 * ((100vw - 991px) / 5009));
    padding-right: calc(48.861px + 246.972 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_oneplatform {
    padding-left: 295.833px;
    padding-right: 295.833px;
  }
}
.section-new_oneplatform {
  padding-top: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-new_oneplatform {
    padding-top: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_oneplatform {
    padding-top: 333.333px;
  }
}
.section-new_oneplatform {
  padding-bottom: 72.948px;
}
@media screen and (min-width: 991px) {
  .section-new_oneplatform {
    padding-bottom: calc(72.948px + 368.712 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_oneplatform {
    padding-bottom: 441.66px;
  }
}
.section-new_oneplatform .h2 {
  margin-bottom: 53.679px;
}
@media screen and (min-width: 991px) {
  .section-new_oneplatform .h2 {
    margin-bottom: calc(53.679px + 271.321 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_oneplatform .h2 {
    margin-bottom: 325px;
  }
}
.section-new_oneplatform-row {
  display: flex;
  justify-content: center;
}
.section-new_oneplatform-row {
  gap: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-new_oneplatform-row {
    gap: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_oneplatform-row {
    gap: 100px;
  }
}
.section-new_oneplatform-item {
  text-align: center;
}
.section-new_oneplatform-item_img {
  margin-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-new_oneplatform-item_img {
    margin-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_oneplatform-item_img {
    margin-bottom: 66.666px;
  }
}
.section-new_oneplatform-item_img img {
  display: block;
  width: 100%;
}
.section-new_oneplatform-item_desc {
  margin: 0 auto;
}
.section-new_oneplatform-item_desc {
  width: 258.072px;
}
@media screen and (min-width: 991px) {
  .section-new_oneplatform-item_desc {
    width: calc(258.072px + 1304.428 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_oneplatform-item_desc {
    width: 1562.5px;
  }
}
.section-new_oneplatform .h4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section-new_oneplatform .h4 {
  margin-bottom: 5.5px;
}
@media screen and (min-width: 991px) {
  .section-new_oneplatform .h4 {
    margin-bottom: calc(5.5px + 27.833 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_oneplatform .h4 {
    margin-bottom: 33.333px;
  }
}
.section-new_oneplatform p {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .section-new_oneplatform {
    padding: 40px 24px;
  }
  .section-new_oneplatform .h2 {
    margin-bottom: 8px;
  }
  .section-new_oneplatform-row {
    display: block;
    margin-left: -24px;
    width: calc(100% + 48px);
  }
  .section-new_oneplatform-item_img {
    margin-bottom: 8px;
  }
  .section-new_oneplatform-item_img img {
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-new_oneplatform-item_desc {
    width: 100%;
    padding: 0 24px;
  }
  .section-new_oneplatform-item .h4 {
    margin-bottom: 4px;
    display: block;
  }
  .section-new_oneplatform-item p {
    font-size: 18px;
  }
}
.section-new_tabs {
  padding-left: 24px;
  padding-right: 24px;
}
.section-new_tabs {
  padding-top: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-new_tabs {
    padding-top: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_tabs {
    padding-top: 333.333px;
  }
}
.section-new_tabs {
  padding-bottom: 72.26px;
}
@media screen and (min-width: 991px) {
  .section-new_tabs {
    padding-bottom: calc(72.26px + 365.24 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_tabs {
    padding-bottom: 437.5px;
  }
}
.section-new_tabs .h2 {
  margin-bottom: 22.022px;
}
@media screen and (min-width: 991px) {
  .section-new_tabs .h2 {
    margin-bottom: calc(22.022px + 111.311 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_tabs .h2 {
    margin-bottom: 133.333px;
  }
}
.section-new_tabs-inner {
  width: 66.24%;
  margin: 0 auto;
  min-width: 700px;
}
.section-new_tabs-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0 23px;
}
.section-new_tabs-nav {
  margin-bottom: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-new_tabs-nav {
    margin-bottom: calc(55.055px + 278.275 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_tabs-nav {
    margin-bottom: 333.33px;
  }
}
.section-new_tabs-nav_item {
  cursor: pointer;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  width: 30%;
  text-align: center;
  color: var(--text-black);
}
.section-new_tabs-nav_item {
  font-size: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-new_tabs-nav_item {
    font-size: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_tabs-nav_item {
    font-size: 100px;
  }
}
.section-new_tabs-nav_item:first-child {
  text-align: left;
}
.section-new_tabs-nav_item:last-child {
  text-align: right;
}
.section-new_tabs-nav_item span {
  position: relative;
}
.section-new_tabs-nav_item span:before {
  height: 6px;
  background-color: var(--dario-orange);
  bottom: -7px;
  width: 0;
  opacity: 0;
  transition: all 0.3s;
}
.section-new_tabs-nav_item.active {
  color: var(--dario-orange);
}
.section-new_tabs-nav_item.active {
  font-size: 20.645px;
}
@media screen and (min-width: 991px) {
  .section-new_tabs-nav_item.active {
    font-size: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_tabs-nav_item.active {
    font-size: 125px;
  }
}
.section-new_tabs-nav_item.active span:before {
  width: 100%;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .section-new_tabs-nav_item:hover span:before {
    width: 100%;
    opacity: 1;
  }
}
.section-new_tabs-content .solution-row_image {
  transform: translateY(30%);
  opacity: 0;
  transition: all 0.5s;
}
.section-new_tabs-content.active2 .solution-row_image {
  transform: translateY(0%);
  opacity: 1;
}

.solution-row {
  display: grid;
  align-items: center;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.solution-row {
  gap: 56.431px;
}
@media screen and (min-width: 991px) {
  .solution-row {
    gap: calc(56.431px + 285.235 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-row {
    gap: 341.666px;
  }
}
.solution-row_image img {
  display: block;
  width: 100%;
}
.solution-row_card {
  background-color: var(--dario-orange);
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
}
.solution-row_card {
  padding-left: 22.022px;
  padding-right: 22.022px;
}
@media screen and (min-width: 991px) {
  .solution-row_card {
    padding-left: calc(22.022px + 111.311 * ((100vw - 991px) / 5009));
    padding-right: calc(22.022px + 111.311 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-row_card {
    padding-left: 133.333px;
    padding-right: 133.333px;
  }
}
.solution-row_card {
  padding-top: 27.527px;
  padding-bottom: 27.527px;
}
@media screen and (min-width: 991px) {
  .solution-row_card {
    padding-top: calc(27.527px + 139.139 * ((100vw - 991px) / 5009));
    padding-bottom: calc(27.527px + 139.139 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-row_card {
    padding-top: 166.666px;
    padding-bottom: 166.666px;
  }
}
.solution-row_card {
  min-height: 272.525px;
}
@media screen and (min-width: 991px) {
  .solution-row_card {
    min-height: calc(272.525px + 1377.475 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-row_card {
    min-height: 1650px;
  }
}
.solution-row_card .h5, .solution-row_card .h6 {
  margin-bottom: 14px;
}
.solution-row_card .top {
  width: 100%;
}
.solution-row_card .btn-download {
  margin-top: 35px;
  width: 100%;
  align-self: flex-end;
}
.solution-row_card .btn-download__text {
  color: #fff;
}
.solution-row_card .btn-download__icon {
  border: none;
}
.solution-row_card .btn-download__icon svg {
  min-width: 33px;
}

@media only screen and (max-width: 991px) {
  .section-new_tabs {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-new_tabs .h2 {
    margin-bottom: 26px;
  }
  .section-new_tabs-inner {
    width: 100%;
    min-width: 100%;
  }
  .section-new_tabs-nav {
    margin-bottom: 28px;
    padding: 0 16px;
  }
  .section-new_tabs-nav_item {
    font-size: 18px;
    line-height: 2.166;
  }
  .section-new_tabs-nav_item.active {
    font-size: 24px;
  }
  .solution-row_card {
    min-height: unset;
  }
}
@media only screen and (max-width: 769px) {
  .section-new_tabs-nav {
    white-space: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    width: calc(100% + 24px);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
  .section-new_tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .section-new_tabs-nav_item {
    width: auto;
  }
  .solution-row {
    display: block;
  }
  .solution-row_image {
    margin-bottom: 16px;
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .solution-row_card {
    color: var(--text-black);
    background: transparent;
    padding: 0 22px;
    max-width: 260px;
    margin: 0 auto;
  }
  .solution-row_card .h6 {
    margin-bottom: 8px;
  }
  .solution-row_card p.h6 {
    font-weight: 400;
    font-size: 16px;
  }
  .solution-row_card ul.h6 {
    line-height: 140%;
    font-weight: 600 !important;
  }
  .solution-row_card .btn-download {
    margin-top: 20px;
    max-width: 228px;
  }
  .solution-row_card .btn-download__text {
    color: var(--primary);
    font-size: 18px;
  }
  .solution-row_card .btn-download svg circle {
    stroke: var(--primary);
  }
  .solution-row_card .btn-download svg path {
    fill: var(--primary);
  }
}
.section-new_reviews {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-new_reviews {
  padding-top: 61.93px;
  padding-bottom: 61.93px;
}
@media screen and (min-width: 991px) {
  .section-new_reviews {
    padding-top: calc(61.93px + 313.07 * ((100vw - 991px) / 5009));
    padding-bottom: calc(61.93px + 313.07 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_reviews {
    padding-top: 375px;
    padding-bottom: 375px;
  }
}
.section-new_reviews {
  padding-left: 150.026px;
}
@media screen and (min-width: 991px) {
  .section-new_reviews {
    padding-left: calc(150.026px + 758.307 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_reviews {
    padding-left: 908.333px;
  }
}
.section-new_reviews-title {
  width: 233.98px;
}
@media screen and (min-width: 991px) {
  .section-new_reviews-title {
    width: calc(233.98px + 1182.686 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_reviews-title {
    width: 1416.666px;
  }
}
.section-new_reviews-slider {
  flex: 1;
  overflow: hidden;
}
.section-new_reviews-slider .reviews-slider {
  width: 495.5px;
}
@media screen and (min-width: 991px) {
  .section-new_reviews-slider .reviews-slider {
    width: calc(495.5px + 2504.5 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_reviews-slider .reviews-slider {
    width: 3000px;
  }
}

.reviews-slider .slick-list {
  overflow: visible !important;
}
.reviews-slider .slick-track {
  display: flex !important;
}
.reviews-slider .slick-slide {
  height: inherit !important;
}
.reviews-slider_item {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
  padding-bottom: 30px;
  opacity: 0.2;
  transition: all 0.3s;
  transform: scale(0.87) translateX(-3.5%);
  display: flex !important;
  flex-wrap: wrap;
}
.reviews-slider_item {
  padding-top: 51.614px;
}
@media screen and (min-width: 991px) {
  .reviews-slider_item {
    padding-top: calc(51.614px + 260.886 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .reviews-slider_item {
    padding-top: 312.5px;
  }
}
.reviews-slider_item {
  min-height: 213.34px;
}
@media screen and (min-width: 991px) {
  .reviews-slider_item {
    min-height: calc(213.34px + 1078.326 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .reviews-slider_item {
    min-height: 1291.666px;
  }
}
.reviews-slider_item {
  padding-left: 101.164px;
  padding-right: 101.164px;
}
@media screen and (min-width: 991px) {
  .reviews-slider_item {
    padding-left: calc(101.164px + 511.336 * ((100vw - 991px) / 5009));
    padding-right: calc(101.164px + 511.336 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .reviews-slider_item {
    padding-left: 612.5px;
    padding-right: 612.5px;
  }
}
.reviews-slider_item-top {
  align-self: flex-start;
  width: 100%;
}
.reviews-slider_item-author {
  align-self: flex-end;
  width: 100%;
}
.reviews-slider_item-author .img-author {
  width: 82.583px;
}
@media screen and (min-width: 991px) {
  .reviews-slider_item-author .img-author {
    width: calc(82.583px + 417.417 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .reviews-slider_item-author .img-author {
    width: 500px;
  }
}
.reviews-slider_item p {
  width: 100%;
}
.reviews-slider_item .quotemark {
  width: 22.022px;
}
@media screen and (min-width: 991px) {
  .reviews-slider_item .quotemark {
    width: calc(22.022px + 111.311 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .reviews-slider_item .quotemark {
    width: 133.333px;
  }
}
.reviews-slider_item.slick-active {
  opacity: 1;
  transform: scale(1) translateX(0%);
}
.reviews-slider:not(.reviews-slider-white) .reviews-slider_item {
  background-color: var(--primary);
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .section-new_reviews {
    padding: 32px 16px;
    display: block;
  }
  .section-new_reviews-title {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
  .section-new_reviews-title .h2 {
    line-height: 130%;
  }
  .section-new_reviews-slider {
    width: calc(100% + 16px);
  }
  .reviews-slider {
    width: calc(100% - 40px) !important;
  }
  .reviews-slider_item {
    min-height: 280px;
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media only screen and (max-width: 660px) {
  .reviews-slider {
    width: 280px !important;
    margin-left: -8px;
  }
  .reviews-slider_item {
    min-height: 402px;
    padding: 40px 30px;
    margin: 0 8px;
    transform: unset;
  }
  .reviews-slider_item .quotemark {
    width: 33px;
  }
  .reviews-slider_item p.big {
    font-size: 18px;
  }
  .reviews-slider_item.slick-active {
    opacity: 1;
  }
  .reviews-slider_item .reviews-slider_item-author .img-author {
    width: 64px;
  }
  .reviews-slider_item .reviews-slider_item-author .auth {
    font-size: 16px;
  }
  .reviews-slider_item .reviews-slider_item-author .pos {
    font-size: 12px;
  }
  .reviews-slider .slick-dots {
    width: 100vw;
    margin-left: -8px;
  }
}
.section-new_resources {
  padding-top: 38.538px;
}
@media screen and (min-width: 991px) {
  .section-new_resources {
    padding-top: calc(38.538px + 194.795 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_resources {
    padding-top: 233.333px;
  }
}
.section-new_resources {
  padding-bottom: 52.3px;
}
@media screen and (min-width: 991px) {
  .section-new_resources {
    padding-bottom: calc(52.3px + 264.366 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_resources {
    padding-bottom: 316.666px;
  }
}
.section-new_resources .h3 {
  text-align: center;
}
.section-new_resources .h3 {
  margin-bottom: 27.527px;
}
@media screen and (min-width: 991px) {
  .section-new_resources .h3 {
    margin-bottom: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_resources .h3 {
    margin-bottom: 166.66px;
  }
}
.section-new_resources-inner {
  width: 71.853%;
  margin: 0 auto;
}
.section-new_resources-row {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.section-new_resources-row {
  gap: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-new_resources-row {
    gap: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_resources-row {
    gap: 100px;
  }
}
.section-new_resources-item {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background-color: var(--dario-gray);
  display: grid !important;
  flex-wrap: wrap;
  color: var(--primary);
}
.section-new_resources-item {
  padding-left: 16.516px;
  padding-right: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-new_resources-item {
    padding-left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-right: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_resources-item {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.section-new_resources-item {
  padding-top: 16.516px;
  padding-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-new_resources-item {
    padding-top: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_resources-item {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-new_resources-item .top {
  width: 100%;
  margin-bottom: 18px;
}
.section-new_resources-item .btn-download {
  max-width: 100%;
  width: 100%;
  align-self: flex-end;
}
.section-new_resources-item .btn-download__icon {
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-color: var(--primary);
}
.section-new_resources-item .h5 {
  margin-bottom: 8px;
}
.section-new_resources-item_image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 16px;
}
.section-new_resources-item_image img {
  width: 100%;
  display: block;
}
.section-new_resources-item.bg-blue {
  background: #D1ECFE;
  color: var(--primary);
}
.section-new_resources-item.bg-blue .btn-download {
  color: var(--primary);
}
.section-new_resources-item.bg-blue .btn-download__icon {
  border-color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .section-new_resources-inner {
    width: 80%;
  }
}
@media only screen and (max-width: 769px) {
  .section-new_resources {
    padding: 40px 8px 16px;
  }
  .section-new_resources .h3 {
    margin-bottom: 16px;
    font-size: 36px;
  }
  .section-new_resources-inner {
    width: 100%;
  }
  .section-new_resources-row {
    display: block;
    max-width: 304px;
    margin: 0 auto;
  }
  .section-new_resources-row .slick-track {
    display: flex !important;
  }
  .section-new_resources-row .slick-slide {
    height: inherit !important;
  }
  .section-new_resources-item {
    margin: 0 8px;
  }
  .section-new_resources-item .h5 {
    font-size: 24px;
  }
  .section-new_resources-item p.big {
    font-size: 18px;
  }
}
.section-new_form {
  background-size: cover;
  background-position: center;
}
.section-new_form {
  padding-top: 58.496px;
}
@media screen and (min-width: 991px) {
  .section-new_form {
    padding-top: calc(58.496px + 295.67 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_form {
    padding-top: 354.166px;
  }
}
.section-new_form {
  padding-bottom: 73.63px;
}
@media screen and (min-width: 991px) {
  .section-new_form {
    padding-bottom: calc(73.63px + 372.203 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_form {
    padding-bottom: 445.833px;
  }
}
.section-new_form .h3 {
  margin-bottom: 20.645px;
}
@media screen and (min-width: 991px) {
  .section-new_form .h3 {
    margin-bottom: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_form .h3 {
    margin-bottom: 125px;
  }
}
.section-new_form-inner {
  width: 42.361%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .section-new_form-inner {
    width: 80%;
  }
}
@media only screen and (max-width: 769px) {
  .section-new_form {
    padding: 32px 12px 0;
    background: transparent !important;
  }
  .section-new_form .h3 {
    font-size: 36px;
    margin-bottom: 30px;
    padding: 0 30px;
    line-height: 100%;
  }
  .section-new_form-inner {
    width: 100%;
    margin-bottom: 16px;
  }
  .section-new_form .img-mobile {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
html:has(.section-new_infographics), html:has(.section-innovationsParallax), body:has(.section-new_infographics), body:has(.section-innovationsParallax), .main-container:has(.section-new_infographics), .main-container:has(.section-innovationsParallax), .main-wrapper:has(.section-new_infographics), .main-wrapper:has(.section-innovationsParallax) {
  overflow: unset;
}

section.new-styles-2023:not(.section-new_infographics):not(.section-innovationsParallax):not(.section-solutions-support) {
  overflow-x: hidden;
}

.section-new_infographics {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section-new_infographics-sticky {
  width: 50%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.section-new_infographics-sticky img {
  display: block;
  width: 100%;
}
.section-new_infographics-sections {
  width: 50%;
}
.section-new_infographics-section {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-new_infographics-section {
  padding-left: 150.026px;
}
@media screen and (min-width: 991px) {
  .section-new_infographics-section {
    padding-left: calc(150.026px + 758.307 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_infographics-section {
    padding-left: 908.333px;
  }
}
.section-new_infographics-section .inner {
  color: var(--text-black);
}
.section-new_infographics-section .inner {
  width: 240.868px;
}
@media screen and (min-width: 991px) {
  .section-new_infographics-section .inner {
    width: calc(240.868px + 1217.465 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-new_infographics-section .inner {
    width: 1458.333px;
  }
}
.section-new_infographics-section .inner .h5 {
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .section-new_infographics-section {
    padding-left: 40px;
  }
  .section-new_infographics-section .inner {
    width: 320px;
  }
}
@media only screen and (max-width: 769px) {
  .info_lottie_mobile {
    display: block !important;
  }
  .section-new_infographics {
    padding: 40px 15px;
    overflow-x: hidden;
  }
  .section-new_infographics-sticky {
    display: none;
  }
  .section-new_infographics-sections {
    width: 100%;
  }
  .section-new_infographics-section {
    height: auto;
    padding: 0;
  }
  .section-new_infographics-section .h5 {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 1.5;
  }
  .section-new_infographics-section .inner-lottie {
    position: relative;
    height: 300px;
    width: 320px;
    margin: 0 auto;
  }
  .section-new_infographics-section .inner-lottie lottie-player {
    width: 400px !important;
    height: 400px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  .section-new_infographics-section .inner {
    margin-bottom: 40px;
  }
  .section-new_infographics-section:not(:last-child) {
    margin-bottom: 32px;
  }
}
.section-careers_hero {
  padding-top: 100.476px;
}
@media screen and (min-width: 991px) {
  .section-careers_hero {
    padding-top: calc(100.476px + 507.857 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_hero {
    padding-top: 608.333px;
  }
}
.section-careers_hero-text {
  max-width: 46.3%;
  margin: 0 auto;
}
.section-careers_hero-text {
  padding-top: 49.55px;
}
@media screen and (min-width: 991px) {
  .section-careers_hero-text {
    padding-top: calc(49.55px + 250.45 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_hero-text {
    padding-top: 300px;
  }
}
.section-careers_hero-text {
  padding-bottom: 59.184px;
}
@media screen and (min-width: 991px) {
  .section-careers_hero-text {
    padding-bottom: calc(59.184px + 299.149 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_hero-text {
    padding-bottom: 358.333px;
  }
}
.section-careers_hero-inner {
  position: relative;
}
.section-careers_hero .subtitle {
  text-transform: uppercase;
  font-weight: 600;
}
.section-careers_hero .title {
  margin-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-careers_hero .title {
    margin-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_hero .title {
    margin-bottom: 133.333px;
  }
}
.section-careers_hero-bg .hero-bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.section-careers_hero-bg .hero-bg.mobile {
  display: none;
}

@media only screen and (max-width: 769px) {
  .section-careers_hero {
    padding: 87px 16px 24px;
  }
  .section-careers_hero-text {
    padding-top: 16px;
    padding-bottom: 0;
    max-width: 100%;
  }
  .section-careers_hero-text .subtitle {
    font-weight: 500;
    font-size: 20px;
  }
  .section-careers_hero-text .title {
    margin-bottom: 32px;
  }
  .section-careers_hero-bg {
    position: relative;
    height: 51.875vw;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .section-careers_hero-bg .hero-bg:not(.mobile) {
    display: none;
  }
  .section-careers_hero-bg .hero-bg.mobile {
    display: block;
  }
}
.component_faq_item:not(:first-child) .component_faq_content {
  display: none;
}

.component-faq_item {
  border-bottom: 3px solid var(--primary);
  transition: all 0.3s;
}
.component-faq_item {
  padding-top: 11.011px;
  padding-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .component-faq_item {
    padding-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .component-faq_item {
    padding-top: 66.666px;
    padding-bottom: 66.666px;
  }
}
.component-faq_item.open, .component-faq_item:hover {
  border-bottom-color: var(--dario-orange);
}
.component-faq_item p:last-child {
  margin-bottom: 0;
}
.component-faq_title {
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  margin-bottom: 0;
}
.component-faq_content {
  padding-top: 8px;
}

.section-whydario {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section-whydario {
  padding-top: 48.173px;
}
@media screen and (min-width: 991px) {
  .section-whydario {
    padding-top: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-whydario {
    padding-top: 291.666px;
  }
}
.section-whydario {
  padding-bottom: 74.325px;
}
@media screen and (min-width: 991px) {
  .section-whydario {
    padding-bottom: calc(74.325px + 375.675 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-whydario {
    padding-bottom: 450px;
  }
}
.section-whydario {
  gap: 87.4px;
}
@media screen and (min-width: 991px) {
  .section-whydario {
    gap: calc(87.4px + 441.766 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-whydario {
    gap: 529.166px;
  }
}
.section-whydario_faq {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section-whydario_faq {
  min-height: 388.83px;
}
@media screen and (min-width: 991px) {
  .section-whydario_faq {
    min-height: calc(388.83px + 1965.337 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-whydario_faq {
    min-height: 2354.167px;
  }
}
.section-whydario_faq .component-faq, .section-whydario_faq .h3 {
  width: 100%;
}
.section-whydario_faq .h3 {
  align-self: flex-start;
}
.section-whydario_reviews {
  width: 57.142%;
}
.section-whydario_reviews .reviews-slider {
  width: 100%;
}
.section-whydario_reviews .reviews-slider_item {
  padding-left: 41.29px;
  padding-right: 41.29px;
}
@media screen and (min-width: 991px) {
  .section-whydario_reviews .reviews-slider_item {
    padding-left: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
    padding-right: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-whydario_reviews .reviews-slider_item {
    padding-left: 250px;
    padding-right: 250px;
  }
}
.section-whydario_reviews .reviews-slider_item {
  padding-top: 22.02px;
  padding-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-whydario_reviews .reviews-slider_item {
    padding-top: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-whydario_reviews .reviews-slider_item {
    padding-top: 133.333px;
    padding-bottom: 133.333px;
  }
}

@media only screen and (min-width: 991px) {
  .section-whydario .reviews-slider_item {
    box-shadow: none;
  }
  .section-whydario .reviews-slider .slick-list {
    overflow: hidden !important;
  }
  .section-whydario .reviews-slider .slick-dots {
    position: absolute;
    bottom: -32px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .component-faq_item {
    padding: 24px 0;
  }
  .component-faq_title.h5 {
    font-size: 26px;
  }
  .section-whydario {
    padding: 24px 16px;
    display: block;
  }
  .section-whydario_faq {
    min-height: auto;
    display: block;
  }
  .section-whydario_reviews {
    width: 100%;
    overflow: visible;
  }
  .section-whydario_reviews:not(:first-child) {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 660px) {
  .section-whydario_reviews .reviews-slider_item {
    padding: 40px 30px 35px;
    opacity: 1 !important;
  }
  .section-whydario_reviews .reviews-slider_item p {
    font-size: 14px;
  }
}
.section-fadeintext {
  position: relative;
}
.section-fadeintext img {
  display: block;
  width: 100%;
}
.section-fadeintext_front {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.section-fadeintext_text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0 16px;
  width: 100%;
  font-weight: 500;
  line-height: 1.215;
}
.section-fadeintext_text {
  padding-top: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-fadeintext_text {
    padding-top: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-fadeintext_text {
    padding-top: 333.333px;
  }
}
.section-fadeintext_text {
  font-size: 137.638px;
}
@media screen and (min-width: 991px) {
  .section-fadeintext_text {
    font-size: calc(137.638px + 695.695 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-fadeintext_text {
    font-size: 833.333px;
  }
}

@media only screen and (max-width: 768px) {
  .section-fadeintext_text {
    padding-top: 78.75px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 300px) {
  .section-fadeintext_text {
    padding-top: calc(78.75px + 122.85 * ((100vw - 300px) / 468));
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .section-fadeintext_text {
    padding-top: 201.6px;
  }
}
@media only screen and (max-width: 768px) {
  .section-fadeintext_text {
    font-size: 75px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 300px) {
  .section-fadeintext_text {
    font-size: calc(75px + 117 * ((100vw - 300px) / 468));
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .section-fadeintext_text {
    font-size: 192px;
  }
}
@media only screen and (max-width: 768px) {
  .section-fadeintext_text.small {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 300px) {
  .section-fadeintext_text.small {
    font-size: calc(56.25px + 87.75 * ((100vw - 300px) / 468));
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .section-fadeintext_text.small {
    font-size: 144px;
  }
}
.section-offices {
  display: flex;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  overflow: hidden;
}
.section-offices_map {
  width: 50%;
}
.section-offices_map {
  padding-top: 61.9375px;
}
@media screen and (min-width: 991px) {
  .section-offices_map {
    padding-top: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-offices_map {
    padding-top: 375px;
  }
}
.section-offices_map {
  padding-bottom: 74.325px;
}
@media screen and (min-width: 991px) {
  .section-offices_map {
    padding-bottom: calc(74.325px + 375.675 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-offices_map {
    padding-bottom: 450px;
  }
}
.section-offices_map {
  padding-left: 30.968px;
  padding-right: 30.968px;
}
@media screen and (min-width: 991px) {
  .section-offices_map {
    padding-left: calc(30.968px + 156.532 * ((100vw - 991px) / 5009));
    padding-right: calc(30.968px + 156.532 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-offices_map {
    padding-left: 187.5px;
    padding-right: 187.5px;
  }
}
.section-offices_map .h3 {
  padding-left: 7.8%;
}
.section-offices_map .h3 {
  margin-bottom: 38.538px;
}
@media screen and (min-width: 991px) {
  .section-offices_map .h3 {
    margin-bottom: calc(38.538px + 194.795 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-offices_map .h3 {
    margin-bottom: 233.333px;
  }
}
.section-offices_map svg {
  display: block;
  width: 100%;
  height: auto;
}
.section-offices_map .office-marker {
  -webkit-animation: breathing 5s ease-out infinite normal;
  animation: breathing 5s ease-out infinite normal;
}
.section-offices_map .office-marker.office-marker-1 {
  transform-origin: 71% 50%;
}
.section-offices_map .office-marker.office-marker-2 {
  transform-origin: 55% 50%;
}
.section-offices_map .office-marker.office-marker-3 {
  transform-origin: 17% 35%;
}
.section-offices_image {
  position: relative;
  width: 50%;
  height: auto;
}
.section-offices_image .img-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
}
.section-offices_image .img-mobile {
  display: none;
}
.section-offices_image .employees {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 24.4127px 73.2382px rgba(0, 0, 0, 0.176);
  border-radius: 24px;
  z-index: 2;
}
.section-offices_image .employees {
  left: 30.968px;
}
@media screen and (min-width: 991px) {
  .section-offices_image .employees {
    left: calc(30.968px + 156.532 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-offices_image .employees {
    left: 187.5px;
  }
}
.section-offices_image .employees {
  bottom: 27.527px;
}
@media screen and (min-width: 991px) {
  .section-offices_image .employees {
    bottom: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-offices_image .employees {
    bottom: 166.66px;
  }
}
.section-offices_image .employees {
  padding-top: 9.634px;
  padding-bottom: 9.634px;
}
@media screen and (min-width: 991px) {
  .section-offices_image .employees {
    padding-top: calc(9.634px + 48.699 * ((100vw - 991px) / 5009));
    padding-bottom: calc(9.634px + 48.699 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-offices_image .employees {
    padding-top: 58.333px;
    padding-bottom: 58.333px;
  }
}
.section-offices_image .employees {
  padding-left: 9.634px;
  padding-right: 9.634px;
}
@media screen and (min-width: 991px) {
  .section-offices_image .employees {
    padding-left: calc(9.634px + 48.699 * ((100vw - 991px) / 5009));
    padding-right: calc(9.634px + 48.699 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-offices_image .employees {
    padding-left: 58.333px;
    padding-right: 58.333px;
  }
}
.section-offices_image .employees-row {
  display: flex;
  align-items: center;
}
.section-offices_image .employees-row:not(:last-child) {
  margin-bottom: 6px;
}
.section-offices_image .employees-row_img {
  margin-right: 10px;
}
.section-offices_image .employees-row_img {
  width: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-offices_image .employees-row_img {
    width: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-offices_image .employees-row_img {
    width: 100px;
  }
}
.section-offices_image .employees-row img, .section-offices_image .employees-row svg {
  display: block;
  width: 100%;
}
.section-offices_image .employees-row .country {
  margin-right: 10px;
  line-height: 1.45;
  font-weight: 600;
}
.section-offices_image .employees-row .nu {
  font-weight: 400;
  flex: 1;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .section-offices {
    height: 500px;
  }
}
@media only screen and (max-width: 769px) {
  .section-offices {
    height: auto;
    display: block;
  }
  .section-offices_map {
    width: 100%;
    padding: 30px 8px 18px;
  }
  .section-offices_map .h3 {
    padding: 0;
    text-align: center;
    margin-bottom: 21px;
  }
  .section-offices_image {
    display: block;
    width: 100%;
  }
  .section-offices_image .img-mobile {
    display: block;
  }
  .section-offices_image .employees {
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    padding: 15px 20px;
    min-width: 240px;
  }
  .section-offices_image .employees-row_img {
    width: 20px;
  }
  .section-offices_image .employees-row .country {
    font-size: 21px;
  }
  .section-offices_image .employees-row .nu {
    font-size: 16px;
  }
}
.section-instagram {
  padding-top: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-instagram {
    padding-top: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-instagram {
    padding-top: 333.333px;
  }
}
.section-instagram {
  padding-bottom: 34.4px;
}
@media screen and (min-width: 991px) {
  .section-instagram {
    padding-bottom: calc(34.4px + 173.933 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-instagram {
    padding-bottom: 208.333px;
  }
}
.section-instagram {
  padding-left: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-instagram {
    padding-left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-instagram {
    padding-left: 100px;
  }
}
.section-instagram_slider {
  font-size: 0;
}
.section-instagram_slider {
  margin-top: 34.4px;
  margin-bottom: 34.4px;
}
@media screen and (min-width: 991px) {
  .section-instagram_slider {
    margin-top: calc(34.4px + 173.933 * ((100vw - 991px) / 5009));
    margin-bottom: calc(34.4px + 173.933 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-instagram_slider {
    margin-top: 208.333px;
    margin-bottom: 208.333px;
  }
}
.section-instagram_slider .row {
  white-space: nowrap;
  display: block;
  overflow-x: auto;
  padding-right: 86px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.section-instagram_slider .row::-webkit-scrollbar {
  display: none;
}
.section-instagram_slider .row .insta-gallery-div {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .section-instagram {
    padding: 48px 0px 24px 8px;
  }
  .section-instagram .font-size-26, .section-instagram .section-solutions-support_item p, .section-solutions-support_item .section-instagram p, .section-instagram .new-styles-2023 .title-26, .new-styles-2023 .section-instagram .title-26 {
    font-size: 18px;
  }
  .section-instagram_slider {
    margin: 16px 0;
  }
  .section-instagram_slider .row {
    padding-right: 16px;
    margin: 0 !important;
    overflow: hidden;
  }
  .section-instagram_slider .row .slick-list {
    overflow: visible;
  }
  .section-instagram_slider .row .slick-dots {
    margin-top: 8px;
    margin-left: -8px;
    width: 100vw;
    max-width: unset;
  }
}
.dario-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 32px);
  margin-left: -16px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dario-loader_circle {
  width: 50px;
  height: 50px;
  animation-name: spin;
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dario-loader_circle img {
  display: block;
  width: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section-careers:last-child {
  padding-bottom: 50px;
}
.section-careers_wrap {
  width: 72.361%;
  margin: 0 auto;
  padding: 0 16px;
}
.section-careers_title {
  color: #fff;
  background-color: var(--dario-orange);
}
.section-careers_title {
  padding-top: 48.173px;
}
@media screen and (min-width: 991px) {
  .section-careers_title {
    padding-top: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_title {
    padding-top: 291.666px;
  }
}
.section-careers_title {
  padding-bottom: 61.9375px;
}
@media screen and (min-width: 991px) {
  .section-careers_title {
    padding-bottom: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_title {
    padding-bottom: 375px;
  }
}
.section-careers_filters {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-careers_filters {
  padding-top: 22.02px;
  padding-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-careers_filters {
    padding-top: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_filters {
    padding-top: 133.333px;
    padding-bottom: 133.333px;
  }
}
.section-careers_filters {
  padding-left: 22.02px;
  padding-right: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-careers_filters {
    padding-left: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-right: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_filters {
    padding-left: 133.333px;
    padding-right: 133.333px;
  }
}
.section-careers_filters {
  margin-top: -34.4px;
}
@media screen and (min-width: 991px) {
  .section-careers_filters {
    margin-top: calc(-34.4px + -173.933 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_filters {
    margin-top: -208.333px;
  }
}
.section-careers_filters:not(:last-child) {
  margin-bottom: 41.29px;
}
@media screen and (min-width: 991px) {
  .section-careers_filters:not(:last-child) {
    margin-bottom: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_filters:not(:last-child) {
    margin-bottom: 250px;
  }
}
.section-careers_filters-left, .section-careers_filters .filters-mobile-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-careers_filters-left, .section-careers_filters .filters-mobile-wrap {
  gap: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-careers_filters-left, .section-careers_filters .filters-mobile-wrap {
    gap: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_filters-left, .section-careers_filters .filters-mobile-wrap {
    gap: 133.333px;
  }
}
.section-careers_listing {
  padding: 0 30px;
  position: relative;
}
.section-careers_listing-block {
  position: relative;
}
.section-careers_listing-block .h3 {
  color: var(--primary);
}
.section-careers_listing-block:not(:last-child) {
  margin-bottom: 38.538px;
}
@media screen and (min-width: 991px) {
  .section-careers_listing-block:not(:last-child) {
    margin-bottom: calc(38.538px + 194.795 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_listing-block:not(:last-child) {
    margin-bottom: 233.333px;
  }
}
.section-careers_listing-block.hide-location {
  display: none;
}
.section-careers_listing-block:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 2;
}
.section-careers_listing-item {
  padding-right: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.section-careers_listing-item {
  padding-top: 16.516px;
  padding-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-careers_listing-item {
    padding-top: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_listing-item {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-careers_listing-item:not(:last-child) {
  border-bottom: 1px solid var(--primary-lighter);
}
.section-careers_listing-item_right {
  text-align: right;
}
.section-careers_listing-item .department {
  flex: 1;
}
.section-careers_listing-item .title {
  display: flex;
  align-items: center;
}
.section-careers_listing-item .title {
  width: 295.92px;
}
@media screen and (min-width: 991px) {
  .section-careers_listing-item .title {
    width: calc(295.92px + 1495.74 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_listing-item .title {
    width: 1791.66px;
  }
}
.section-careers_listing-item .title, .section-careers_listing-item .department {
  margin: 0;
  color: var(--text-black);
}
.section-careers_listing-item .title-badge {
  background-color: var(--dario-orange);
  color: #fff;
  padding: 5px 15px;
  font-weight: 500;
  border-radius: 40px;
  display: inline-flex;
  line-height: 1;
  margin-left: 10px;
}
.section-careers_listing-item .apply-btn {
  display: inline-flex;
  color: var(--dario-orange);
  align-items: center;
  font-weight: 500;
}
.section-careers_listing-item .apply-btn_icon {
  transition: all 0.3s;
  margin-left: 8px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--dario-orange);
  transform: translateX(0px);
  background-repeat: no-repeat;
  background-size: 68% auto;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjI1IDQuMjE2QzAuOTM2MjAyIDQuMjE2IDAuNjgxODE4IDQuNDcwMzggMC42ODE4MTggNC43ODQxOEMwLjY4MTgxOCA1LjA5Nzk4IDAuOTM2MjAyIDUuMzUyMzYgMS4yNSA1LjM1MjM2VjQuMjE2Wk0xMy4wMTU0IDUuMTg1OTRDMTMuMjM3MyA0Ljk2NDA2IDEzLjIzNzMgNC42MDQzIDEzLjAxNTQgNC4zODI0MUw5LjM5OTUxIDAuNzY2NTI4QzkuMTc3NjMgMC41NDQ2MzkgOC44MTc4NyAwLjU0NDYzOSA4LjU5NTk4IDAuNzY2NTI4QzguMzc0MDkgMC45ODg0MTYgOC4zNzQwOSAxLjM0ODE3IDguNTk1OTggMS41NzAwNkwxMS44MTAxIDQuNzg0MThMOC41OTU5OCA3Ljk5ODNDOC4zNzQwOSA4LjIyMDE5IDguMzc0MDkgOC41Nzk5NCA4LjU5NTk4IDguODAxODNDOC44MTc4NyA5LjAyMzcyIDkuMTc3NjMgOS4wMjM3MiA5LjM5OTUxIDguODAxODNMMTMuMDE1NCA1LjE4NTk0Wk0xLjI1IDUuMzUyMzZIMTIuNjEzNlY0LjIxNkgxLjI1VjUuMzUyMzZaIiBmaWxsPSIjRjI1NjA3Ii8+Cjwvc3ZnPgo=);
}
.section-careers_listing-item .apply-btn_icon {
  width: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-careers_listing-item .apply-btn_icon {
    width: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_listing-item .apply-btn_icon {
    width: 100px;
  }
}
.section-careers_listing-item .apply-btn_icon {
  height: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-careers_listing-item .apply-btn_icon {
    height: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-careers_listing-item .apply-btn_icon {
    height: 100px;
  }
}
.section-careers_listing-item:hover .apply-btn_icon {
  transform: translateX(8px);
}

@media only screen and (min-width: 769px) {
  .filters-mobile-wrap {
    display: flex !important;
  }
}
@media only screen and (max-width: 991px) {
  .section-careers_wrap {
    width: 100%;
  }
  .section-careers_listing-item .title {
    width: 55%;
  }
}
@media only screen and (max-width: 769px) {
  .section-careers {
    padding-bottom: 40px;
  }
  .section-careers_title {
    padding-top: 30px;
    padding-bottom: 76px;
  }
  .section-careers_title .h3 {
    line-height: 1.2;
  }
  .section-careers_filters {
    margin-top: -32px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: unset;
  }
  .section-careers_filters:not(:last-child) {
    margin-bottom: 32px;
  }
  .section-careers_filters-left {
    display: block;
    width: 100%;
  }
  .section-careers_filters .filters-btn {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDdIMThNMyA3SDEyIiBzdHJva2U9IiMxNzYxN0QiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNSAxMEMxNi42NTY5IDEwIDE4IDguNjU2ODUgMTggN0MxOCA1LjM0MzE1IDE2LjY1NjkgNCAxNSA0QzEzLjM0MzEgNCAxMiA1LjM0MzE1IDEyIDdDMTIgOC42NTY4NSAxMy4zNDMxIDEwIDE1IDEwWiIgc3Ryb2tlPSIjMTc2MTdEIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTIxIDE3SDEyTTMgMTdINiIgc3Ryb2tlPSIjMTc2MTdEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNOSAyMEMxMC42NTY5IDIwIDEyIDE4LjY1NjkgMTIgMTdDMTIgMTUuMzQzMSAxMC42NTY5IDE0IDkgMTRDNy4zNDMxNSAxNCA2IDE1LjM0MzEgNiAxN0M2IDE4LjY1NjkgNy4zNDMxNSAyMCA5IDIwWiIgc3Ryb2tlPSIjMTc2MTdEIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  }
  .section-careers_filters .filters-mobile-title {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .section-careers_filters .filters-mobile-title p {
    font-size: 18px;
  }
  .section-careers_filters .filters-mobile-wrap {
    margin-top: 28px;
    padding: 0 8px;
    display: none;
  }
  .section-careers_filters .filters-mobile-wrap .select-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .section-careers_filters .filters-mobile-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 58px;
    width: 100%;
  }
  .section-careers_filters .filters-mobile-btns .btn {
    font-weight: 600;
    font-size: 18px;
    min-width: 0;
    padding: 5px 23px;
  }
  .section-careers_filters .filters-mobile-btns .clear-filters {
    cursor: pointer;
  }
  .section-careers_listing {
    padding: 0;
  }
  .section-careers_listing-block:not(:last-child) {
    margin-bottom: 32px;
  }
  .section-careers_listing-item {
    padding: 16px 0;
    gap: 0px;
    flex-flow: column;
  }
  .section-careers_listing-item_right {
    text-align: left;
    width: 100%;
    order: 3;
  }
  .section-careers_listing-item .department, .section-careers_listing-item .title {
    width: 100%;
    margin-bottom: 8px;
  }
  .section-careers_listing-item .department {
    display: flex;
    align-items: center;
    order: 1;
  }
  .section-careers_listing-item .title {
    font-size: 18px;
    order: 2;
  }
  .section-careers_listing-item .title-badge {
    font-weight: 500;
    font-size: 12px;
    margin-left: 10px;
  }
  .section-careers_listing-item .apply-btn {
    font-size: 18px;
  }
  .section-careers_listing-item .apply-btn_icon {
    width: 25px;
    height: 25px;
  }
}
.scrollable-cards {
  white-space: nowrap;
  display: block;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  padding: 10px 0;
}
.scrollable-cards {
  padding-left: 150.714px;
  padding-right: 150.714px;
}
@media screen and (min-width: 991px) {
  .scrollable-cards {
    padding-left: calc(150.714px + 761.786 * ((100vw - 991px) / 5009));
    padding-right: calc(150.714px + 761.786 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .scrollable-cards {
    padding-left: 912.5px;
    padding-right: 912.5px;
  }
}
.scrollable-cards::-webkit-scrollbar {
  display: none;
}
.scrollable-cards_item {
  border: 1px solid #E5E9EC;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
}
.scrollable-cards_item {
  padding-top: 22.02px;
  padding-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .scrollable-cards_item {
    padding-top: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .scrollable-cards_item {
    padding-top: 133.333px;
    padding-bottom: 133.333px;
  }
}
.scrollable-cards_item {
  padding-left: 22.02px;
  padding-right: 22.02px;
}
@media screen and (min-width: 991px) {
  .scrollable-cards_item {
    padding-left: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-right: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .scrollable-cards_item {
    padding-left: 133.333px;
    padding-right: 133.333px;
  }
}
.scrollable-cards_item {
  width: 202.329px;
}
@media screen and (min-width: 991px) {
  .scrollable-cards_item {
    width: calc(202.329px + 1022.671 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .scrollable-cards_item {
    width: 1225px;
  }
}
.scrollable-cards_item-link {
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.scrollable-cards_item-link:after {
  content: "";
  display: block;
  margin-left: 8px;
  background-image: url("../images/arrow-circle-right.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.scrollable-cards_item-link:after {
  width: 30.968px;
}
@media screen and (min-width: 991px) {
  .scrollable-cards_item-link:after {
    width: calc(30.968px + 156.532 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .scrollable-cards_item-link:after {
    width: 187.5px;
  }
}
.scrollable-cards_item-link:after {
  height: 30.968px;
}
@media screen and (min-width: 991px) {
  .scrollable-cards_item-link:after {
    height: calc(30.968px + 156.532 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .scrollable-cards_item-link:after {
    height: 187.5px;
  }
}
.scrollable-cards_item:not(:last-child) {
  margin-right: 22.02px;
}
@media screen and (min-width: 991px) {
  .scrollable-cards_item:not(:last-child) {
    margin-right: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .scrollable-cards_item:not(:last-child) {
    margin-right: 133.333px;
  }
}

@media only screen and (max-width: 991px) {
  .scrollable-cards {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .scrollable-cards_item {
    width: 225px;
  }
  .scrollable-cards_item:not(:last-child) {
    margin-right: 32px;
  }
  .scrollable-cards_item-link:after {
    width: 44px;
    height: 44px;
  }
}
.section-solutions-stats {
  background-size: cover;
  background-position: center;
  background: var(--primary);
  color: #fff;
}
.section-solutions-stats_titlewrap:not(:last-child) {
  margin-bottom: 41.29px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats_titlewrap:not(:last-child) {
    margin-bottom: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats_titlewrap:not(:last-child) {
    margin-bottom: 250px;
  }
}
.section-solutions-stats.default .h2-bigger, .section-solutions-stats.default .subtitle {
  color: #fff !important;
}
.section-solutions-stats.purple {
  background: #6A70F6;
}
.section-solutions-stats.purple .solutions-stats_item {
  background-color: #4A4EAD;
}
.section-solutions-stats.blue {
  background: #189EFC;
}
.section-solutions-stats.blue .solutions-stats_item {
  background-color: #0071C2;
}
.section-solutions-stats.gray {
  background: var(--dario-gray);
}
.section-solutions-stats.gray .h2-bigger, .section-solutions-stats.gray .subtitle {
  color: var(--text-black);
}
.section-solutions-stats.gray .solutions-stats_navitem .tab_item {
  color: var(--dario-orange);
  border-color: var(--dario-orange);
}
.section-solutions-stats.gray .solutions-stats_navitem.active .tab_item {
  background-color: var(--dario-orange);
  color: #fff;
}
.section-solutions-stats.gray .solutions-stats_item {
  background-color: #fff;
  color: var(--text-black);
}
.section-solutions-stats.gray .solutions-stats_item .header.header {
  background-color: var(--dario-orange-lighter3);
}
.section-solutions-stats.gray .solutions-stats_item .num, .section-solutions-stats.gray .solutions-stats_item .os-num {
  color: var(--dario-orange);
}
.section-solutions-stats.darkpurple {
  background: #151640;
}
.section-solutions-stats.darkpurple .h2-bigger, .section-solutions-stats.darkpurple .subtitle {
  color: #fff !important;
}
.section-solutions-stats.darkpurple .solutions-stats_item {
  background-color: #fff;
}
.section-solutions-stats.darkpurple .solutions-stats_item .num {
  color: #2A2C80;
}
.section-solutions-stats.darkpurple .solutions-stats_item .title {
  color: var(--text-black);
}

.solutions-stats_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: column;
}
.solutions-stats_row {
  gap: 20.645px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_row {
    gap: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_row {
    gap: 125px;
  }
}
.solutions-stats_item {
  background-color: var(--primary-lighter);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: relative;
  flex-flow: wrap;
}
.solutions-stats_item {
  padding-right: 11.011px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item {
    padding-right: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item {
    padding-right: 66.666px;
  }
}
.solutions-stats_item {
  padding-left: 82.583px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item {
    padding-left: calc(82.583px + 417.417 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item {
    padding-left: 500px;
  }
}
.solutions-stats_item {
  padding-top: 11.011px;
  padding-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item {
    padding-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item {
    padding-top: 66.666px;
    padding-bottom: 66.666px;
  }
}
.solutions-stats_item {
  min-height: 101.852px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item {
    min-height: calc(101.852px + 514.814 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item {
    min-height: 616.666px;
  }
}
.solutions-stats_item .icon {
  position: absolute;
}
.solutions-stats_item .icon {
  width: 48.173px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item .icon {
    width: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item .icon {
    width: 291.666px;
  }
}
.solutions-stats_item .icon {
  left: 16.516px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item .icon {
    left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item .icon {
    left: 100px;
  }
}
.solutions-stats_item .icon img {
  display: block;
  width: 100%;
}
.solutions-stats_item .inner {
  width: 100%;
}
.solutions-stats_item .num {
  font-weight: 600;
  line-height: 1;
}
.solutions-stats_item .num {
  font-size: 44.044px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item .num {
    font-size: calc(44.044px + 222.622 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item .num {
    font-size: 266.666px;
  }
}
.solutions-stats_item .num sub, .solutions-stats_item .num sup {
  font-size: 0.6em;
}
.solutions-stats_item .num.small {
  font-size: 33.03px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item .num.small {
    font-size: calc(33.03px + 166.97 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item .num.small {
    font-size: 200px;
  }
}
.solutions-stats_item .num.small22 {
  font-size: 15.14px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item .num.small22 {
    font-size: calc(15.14px + 76.526 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item .num.small22 {
    font-size: 91.666px;
  }
}
.solutions-stats_item .title {
  margin: 0;
  font-weight: 500;
  line-height: 130%;
}
.solutions-stats_item .title {
  font-size: 19.269px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item .title {
    font-size: calc(19.269px + 97.397 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item .title {
    font-size: 116.666px;
  }
}
.solutions-stats_item .title sub, .solutions-stats_item .title sup {
  font-size: 0.6em;
}
.solutions-stats_item .title.small {
  font-size: 16.516px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_item .title.small {
    font-size: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_item .title.small {
    font-size: 100px;
  }
}
.solutions-stats_nav {
  display: flex;
  justify-content: center;
}
.solutions-stats_nav {
  gap: 16.516px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_nav {
    gap: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_nav {
    gap: 100px;
  }
}
.solutions-stats_nav:not(:last-child) {
  margin-bottom: 38.538px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_nav:not(:last-child) {
    margin-bottom: calc(38.538px + 194.795 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_nav:not(:last-child) {
    margin-bottom: 233.333px;
  }
}
.solutions-stats_navitem .tab_item {
  border-radius: 28px;
  border: 2px solid var(--primary-lighter2);
  font-weight: 600;
  line-height: 120%;
  color: var(--primary-lighter2);
  transition: all 0.3s;
  cursor: pointer;
}
.solutions-stats_navitem .tab_item {
  padding-left: 16.516px;
  padding-right: 16.516px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_navitem .tab_item {
    padding-left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-right: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_navitem .tab_item {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.solutions-stats_navitem .tab_item {
  padding-top: 6.881px;
  padding-bottom: 6.881px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_navitem .tab_item {
    padding-top: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
    padding-bottom: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_navitem .tab_item {
    padding-top: 41.666px;
    padding-bottom: 41.666px;
  }
}
.solutions-stats_navitem .tab_item {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  .solutions-stats_navitem .tab_item {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solutions-stats_navitem .tab_item {
    font-size: 83.333px;
  }
}
.solutions-stats_navitem.active .tab_item {
  border-color: var(--primary-lighter2);
  background-color: var(--primary-lighter2);
  color: var(--primary);
}

.section-solutions-stats.organizations-stats .solutions-stats_row {
  grid-template-columns: repeat(5, 1fr);
}
.section-solutions-stats.organizations-stats .solutions-stats_row {
  gap: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_row {
    gap: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_row {
    gap: 66.666px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item {
  text-align: center;
}
.section-solutions-stats.organizations-stats .solutions-stats_item {
  padding-top: 11.011px;
  padding-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item {
    padding-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item {
    padding-top: 66.666px;
    padding-bottom: 66.666px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item {
  padding-left: 11.011px;
  padding-right: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item {
    padding-left: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-right: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item {
    padding-left: 66.666px;
    padding-right: 66.666px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item {
  min-height: 96.3472px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item {
    min-height: calc(96.3472px + 486.9858 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item {
    min-height: 583.333px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item.align-top {
  align-items: flex-start;
}
.section-solutions-stats.organizations-stats .solutions-stats_item.align-top .inner {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
}
.section-solutions-stats.organizations-stats .solutions-stats_item.align-top .inner .inner-text {
  width: 100%;
}
.section-solutions-stats.organizations-stats .solutions-stats_item .icon {
  position: static;
  transform: none;
  margin-left: auto;
  margin-right: auto;
}
.section-solutions-stats.organizations-stats .solutions-stats_item .icon {
  width: 61.9375px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .icon {
    width: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .icon {
    width: 375px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item .icon {
  margin-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .icon {
    margin-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .icon {
    margin-bottom: 66.666px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item .os-title-top {
  font-weight: 500;
  line-height: 120%;
}
.section-solutions-stats.organizations-stats .solutions-stats_item .os-title {
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin: 0;
}
.section-solutions-stats.organizations-stats .solutions-stats_item .os-num {
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.5px;
}
.section-solutions-stats.organizations-stats .solutions-stats_item .os-title-bottom {
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}
.section-solutions-stats.organizations-stats .solutions-stats_item .header {
  background-color: var(--primary-darker);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 12px 0px 0px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
.section-solutions-stats.organizations-stats .solutions-stats_item .header {
  gap: 5.5px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    gap: calc(5.5px + 27.833 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    gap: 33.333px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item .header {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    padding-top: calc(5.5px + 27.833 * ((100vw - 991px) / 5009));
    padding-bottom: calc(5.5px + 27.833 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    padding-top: 33.333px;
    padding-bottom: 33.333px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item .header {
  padding-left: 8.258px;
  padding-right: 8.258px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    padding-left: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
    padding-right: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item .header {
  margin-bottom: 5.5px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    margin-bottom: calc(5.5px + 27.833 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    margin-bottom: 33.333px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item .header img {
  display: block;
}
.section-solutions-stats.organizations-stats .solutions-stats_item .header img {
  width: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header img {
    width: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-stats.organizations-stats .solutions-stats_item .header img {
    width: 100px;
  }
}
.section-solutions-stats.organizations-stats .solutions-stats_item.with-header {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .solutions-stats_item .title, .solutions-stats_item .title.small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .section-solutions-stats {
    padding: 40px 90px;
  }
  .section-solutions-stats_titlewrap:not(:last-child) {
    margin-bottom: 32px;
  }
  .solutions-stats_row {
    display: block;
  }
  .solutions-stats_item {
    padding: 16px 24px;
    min-height: auto;
  }
  .solutions-stats_item:not(:last-child) {
    margin-bottom: 16px;
  }
  .solutions-stats_item .inner {
    display: flex;
    flex-flow: row wrap;
  }
  .solutions-stats_item .icon {
    position: static;
    width: 48px;
    margin-right: 12px;
    transform: none;
  }
  .solutions-stats_item .num {
    font-size: 48px;
  }
  .solutions-stats_item .num.small {
    font-size: 34px;
  }
  .solutions-stats_item .title, .solutions-stats_item .title.small {
    font-size: 16px;
    width: 100%;
    margin-top: 8px;
  }
  .solutions-stats_nav {
    gap: 12px;
  }
  .solutions-stats_nav:not(:last-child) {
    margin-bottom: 32px;
  }
  .solutions-stats_navitem .tab_item {
    padding: 5px 11px;
    border-width: 1px;
    line-height: 130%;
    font-size: 12px;
    letter-spacing: 0.06px;
  }
  .section-solutions-stats.organizations-stats .h2-bigger {
    margin-bottom: 24px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item {
    padding: 16px 24px;
    min-height: 92px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .inner {
    align-items: center;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .icon {
    width: 60px;
    margin: 0 12px 0 0;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .icon + .inner-text {
    text-align: left;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .os-title-top {
    font-size: 20px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .os-title {
    font-size: 26px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .os-num {
    font-size: 36px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .os-title-bottom {
    font-size: 14px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .inner-text {
    flex: 1;
  }
}
@media only screen and (max-width: 520px) {
  .section-solutions-stats {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-solutions-stats.organizations-stats {
    padding: 40px 24px 48px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .os-num.small {
    font-size: 36px;
    white-space: nowrap;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .header {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 8px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item .header img {
    width: 24px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item.with-header {
    padding-bottom: 8px;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item.with-header .inner-text {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: left;
  }
  .section-solutions-stats.organizations-stats .solutions-stats_item.with-header .inner-text br {
    display: none;
  }
}
.section-promo {
  background-image: url("../images/solutions2023/whitepaper-bg.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--secondary);
}
.section-promo {
  padding-left: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-promo {
    padding-left: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-promo {
    padding-left: 416.666px;
  }
}
.section-promo {
  padding-right: 158.284px;
}
@media screen and (min-width: 991px) {
  .section-promo {
    padding-right: calc(158.284px + 800.049 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-promo {
    padding-right: 958.333px;
  }
}
.section-promo {
  padding-top: 20.645px;
  padding-bottom: 20.645px;
}
@media screen and (min-width: 991px) {
  .section-promo {
    padding-top: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
    padding-bottom: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-promo {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.section-promo.centered {
  flex-flow: column-reverse;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}
.section-promo.centered .section-promo_img {
  margin-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-promo.centered .section-promo_img {
    margin-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-promo.centered .section-promo_img {
    margin-bottom: 66.666px;
  }
}
.section-promo_img {
  width: 86.024px;
}
@media screen and (min-width: 991px) {
  .section-promo_img {
    width: calc(86.024px + 434.809 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-promo_img {
    width: 520.833px;
  }
}
.section-promo_img img {
  display: block;
  width: 100%;
}
.section-promo .title {
  line-height: 1;
}
.section-promo .title {
  font-size: 23.398px;
}
@media screen and (min-width: 991px) {
  .section-promo .title {
    font-size: calc(23.398px + 118.268 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-promo .title {
    font-size: 141.666px;
  }
}
.section-promo .title {
  margin-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-promo .title {
    margin-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-promo .title {
    margin-bottom: 100px;
  }
}
.section-promo .title.small {
  font-size: 20.645px;
}
@media screen and (min-width: 991px) {
  .section-promo .title.small {
    font-size: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-promo .title.small {
    font-size: 125px;
  }
}

@media only screen and (max-width: 768px) {
  .section-promo {
    padding: 40px 22px;
    flex-flow: column-reverse;
    background-image: url("../images/solutions2023/whitepaper-bg-mobile.svg");
  }
  .section-promo_img {
    width: 125px;
    margin: 0 auto 32px;
  }
  .section-promo .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .section-promo .h6 {
    font-size: 14px;
  }
  .section-promo .btn {
    width: 100%;
  }
}
.section-solution {
  position: relative;
}
.section-solution_img {
  position: relative;
}
.section-solution_img:before {
  background: rgba(38, 38, 38, 0.7);
  z-index: 2;
}
.section-solution_img img {
  display: block;
  width: 100%;
}
.section-solution_text {
  position: absolute;
  z-index: 3;
}
.section-solution_text {
  left: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-solution_text {
    left: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solution_text {
    left: 416.666px;
  }
}
.section-solution_text {
  bottom: 61.9375px;
}
@media screen and (min-width: 991px) {
  .section-solution_text {
    bottom: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solution_text {
    bottom: 375px;
  }
}
.section-solution_text {
  width: 338.591px;
}
@media screen and (min-width: 991px) {
  .section-solution_text {
    width: calc(338.591px + 1711.409 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solution_text {
    width: 2050px;
  }
}
.section-solution_text p {
  margin-bottom: 0;
}
.section-solution_doc {
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}
.section-solution_doc {
  right: 114.982px;
}
@media screen and (min-width: 991px) {
  .section-solution_doc {
    right: calc(114.982px + 580.851 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solution_doc {
    right: 695.833px;
  }
}
.section-solution_doc {
  bottom: 61.9375px;
}
@media screen and (min-width: 991px) {
  .section-solution_doc {
    bottom: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solution_doc {
    bottom: 375px;
  }
}
.section-solution_doc {
  width: 301.429px;
}
@media screen and (min-width: 991px) {
  .section-solution_doc {
    width: calc(301.429px + 1523.571 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solution_doc {
    width: 1825px;
  }
}
.section-solution_doc img {
  display: block;
  width: 100%;
}
.section-solution_doc .btn {
  width: -webkit-fill-available;
}
.section-solution_doc .btn {
  margin-top: 11.011px;
  margin-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-solution_doc .btn {
    margin-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    margin-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solution_doc .btn {
    margin-top: 66.666px;
    margin-bottom: 66.666px;
  }
}
.section-solution_doc .btn {
  margin-left: 16.516px;
  margin-right: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-solution_doc .btn {
    margin-left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    margin-right: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solution_doc .btn {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-solution_text {
    width: 300px;
    left: 40px;
    bottom: 32px;
  }
  .section-solution_doc {
    right: 40px;
    width: 240px;
    bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .section-solution_text {
    width: 400px;
    max-width: 100%;
    left: 0px;
    bottom: 40px;
    padding: 0 24px;
  }
  .section-solution_doc {
    position: static;
    padding-top: 6px;
    width: 100%;
  }
  .section-solution_doc img {
    width: 234px;
    margin: 0 auto;
  }
  .section-solution_doc .btn {
    margin: 8px 24px 40px;
  }
}
.tile-icon_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: column;
}
.tile-icon_row {
  gap: 13.763px;
}
@media screen and (min-width: 991px) {
  .tile-icon_row {
    gap: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .tile-icon_row {
    gap: 83.333px;
  }
}
.tile-icon_item {
  border-top-width: 3px;
  border-top-style: solid;
  text-align: center;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background-color: #fff;
}
.tile-icon_item {
  padding-top: 22.02px;
  padding-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .tile-icon_item {
    padding-top: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .tile-icon_item {
    padding-top: 133.333px;
    padding-bottom: 133.333px;
  }
}
.tile-icon_item {
  padding-left: 11.011px;
  padding-right: 11.011px;
}
@media screen and (min-width: 991px) {
  .tile-icon_item {
    padding-left: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-right: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .tile-icon_item {
    padding-left: 66.666px;
    padding-right: 66.666px;
  }
}
.tile-icon_item.purple {
  border-top-color: var(--primary);
}
.tile-icon_item.orange {
  border-top-color: var(--dario-orange);
}
.tile-icon_item p {
  margin: 0;
  color: var(--mid-gray);
  font-weight: 500;
}
.tile-icon_item p {
  font-size: 10.322px;
}
@media screen and (min-width: 991px) {
  .tile-icon_item p {
    font-size: calc(10.322px + 52.178 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .tile-icon_item p {
    font-size: 62.5px;
  }
}
.tile-icon_item p a {
  color: inherit;
}
.tile-icon_item .title {
  color: var(--text-black);
  margin: 0;
}
.tile-icon_item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tile-icon_item img {
  margin-top: 16.516px;
  margin-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .tile-icon_item img {
    margin-top: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    margin-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .tile-icon_item img {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.tile-icon_item img {
  width: 82.583px;
}
@media screen and (min-width: 991px) {
  .tile-icon_item img {
    width: calc(82.583px + 417.417 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .tile-icon_item img {
    width: 500px;
  }
}
.tile-icon_item img:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .tile-icon_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: unset;
  }
}
@media only screen and (max-width: 769px) {
  .section-conditions {
    padding: 40px 12px 48px;
  }
  .section-conditions .h2-bigger {
    margin-bottom: 32px !important;
  }
  .tile-icon_row {
    display: block;
  }
  .tile-icon_row .slick-list {
    overflow: visible;
  }
  .tile-icon_row .slick-dots {
    margin-top: 0px;
    width: 100%;
  }
  .tile-icon_row .slick-track {
    display: flex !important;
  }
  .tile-icon_row .slick-slide {
    height: inherit !important;
  }
  .tile-icon_item {
    margin: 0 6px 24px;
  }
  .tile-icon_item p {
    font-size: 15px;
  }
}
.section-rr, .section-testimonials, .section-solutionslider, .section-conditions {
  overflow: hidden;
}

.section-testimonials {
  display: flex;
  flex-flow: row wrap;
}
.section-testimonials .reviews_slider_image {
  pointer-events: none;
}
.section-testimonials_img {
  position: relative;
}
.section-testimonials_img {
  width: 556.749px;
}
@media screen and (min-width: 991px) {
  .section-testimonials_img {
    width: calc(556.749px + 2814.084 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-testimonials_img {
    width: 3370.833px;
  }
}
.section-testimonials_img:before {
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(94deg, #FFF 7.56%, rgba(255, 255, 255, 0.5) 42.19%, rgba(255, 255, 255, 0) 82.28%);
  z-index: 2;
}
.section-testimonials_img:before {
  width: 233.986px;
}
@media screen and (min-width: 991px) {
  .section-testimonials_img:before {
    width: calc(233.986px + 1182.68 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-testimonials_img:before {
    width: 1416.666px;
  }
}
.section-testimonials_img img {
  display: block;
  width: 100%;
}
.section-testimonials_content {
  flex: 1;
}
.section-testimonials_content {
  padding-left: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-testimonials_content {
    padding-left: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-testimonials_content {
    padding-left: 416.666px;
  }
}
.section-testimonials_content {
  padding-top: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-testimonials_content {
    padding-top: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-testimonials_content {
    padding-top: 333.333px;
  }
}
.section-testimonials_content .testimonials-slider {
  width: 344.097px;
}
@media screen and (min-width: 991px) {
  .section-testimonials_content .testimonials-slider {
    width: calc(344.097px + 1739.236 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-testimonials_content .testimonials-slider {
    width: 2083.333px;
  }
}
.testimonials-slider {
  margin-left: -6px;
}
.testimonials-slider_item {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 12px;
  border-left: 6px solid var(--dario-orange);
  color: #4D4F57;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 12px;
}
.testimonials-slider_item {
  padding-top: 16.516px;
  padding-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .testimonials-slider_item {
    padding-top: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .testimonials-slider_item {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.testimonials-slider_item {
  padding-left: 27.527px;
  padding-right: 27.527px;
}
@media screen and (min-width: 991px) {
  .testimonials-slider_item {
    padding-left: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
    padding-right: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .testimonials-slider_item {
    padding-left: 166.66px;
    padding-right: 166.66px;
  }
}
.testimonials-slider_item p.bigger {
  font-weight: 400;
  line-height: 130%;
}
.testimonials-slider_item p.bigger {
  margin-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .testimonials-slider_item p.bigger {
    margin-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .testimonials-slider_item p.bigger {
    margin-bottom: 100px;
  }
}
.testimonials-slider_item .name {
  font-weight: 500;
}
.testimonials-slider .slick-dots {
  justify-content: flex-start;
  margin-left: 6px;
}

@media only screen and (max-width: 1024px) {
  .testimonials-slider .slick-dots {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-testimonials {
    flex-flow: column-reverse;
  }
  .section-testimonials_img {
    width: 100%;
  }
  .section-testimonials_img:before {
    top: unset;
    bottom: 0;
    height: 100%;
    max-height: 320px;
    width: 100%;
    background: linear-gradient(0deg, #FFF 7.56%, rgba(255, 255, 255, 0.5) 42.19%, rgba(255, 255, 255, 0) 82.28%);
  }
  .section-testimonials_content {
    padding: 40px;
  }
  .section-testimonials_content .title {
    font-size: 22px;
  }
  .section-testimonials_content .testimonials-slider {
    width: calc(100% + 12px);
  }
  .testimonials-slider_item {
    padding: 16px 24px;
    margin-bottom: 24px;
  }
  .testimonials-slider_item p.bigger {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .testimonials-slider_item .name {
    font-size: 24px;
  }
  .testimonials-slider .slick-dots {
    justify-content: center;
  }
  .testimonials-slider .slick-track {
    display: flex !important;
  }
  .testimonials-slider .slick-slide {
    height: inherit !important;
  }
  .testimonials-slider .slick-list {
    overflow: visible;
  }
}
@media only screen and (max-width: 520px) {
  .section-testimonials_content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.btn-learnmore {
  color: var(--dario-orange);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}
.btn-learnmore {
  padding-right: 22.02px;
}
@media screen and (min-width: 991px) {
  .btn-learnmore {
    padding-right: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .btn-learnmore {
    padding-right: 133.333px;
  }
}
.btn-learnmore:before {
  right: 0;
  background-image: url("../images/arrow-right-orange.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: right 0.3s;
}
.btn-learnmore:before {
  width: 16.516px;
}
@media screen and (min-width: 991px) {
  .btn-learnmore:before {
    width: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .btn-learnmore:before {
    width: 100px;
  }
}
.btn-learnmore:before {
  height: 16.516px;
}
@media screen and (min-width: 991px) {
  .btn-learnmore:before {
    height: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .btn-learnmore:before {
    height: 100px;
  }
}
.btn-learnmore:hover:before {
  right: -5px;
}

.section-rr {
  background-color: var(--dario-gray);
}
.section-rr {
  padding-left: 55.055px;
  padding-right: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-rr {
    padding-left: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
    padding-right: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-rr {
    padding-left: 333.333px;
    padding-right: 333.333px;
  }
}
.section-rr {
  padding-top: 55.055px;
  padding-bottom: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-rr {
    padding-top: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
    padding-bottom: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-rr {
    padding-top: 333.333px;
    padding-bottom: 333.333px;
  }
}
.section-rr .h2-bigger {
  margin-bottom: 38.538px;
}
@media screen and (min-width: 991px) {
  .section-rr .h2-bigger {
    margin-bottom: calc(38.538px + 194.795 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-rr .h2-bigger {
    margin-bottom: 233.333px;
  }
}

.related-resources_row {
  display: flex;
  justify-content: center;
}
.related-resources_row {
  gap: 12.3875px;
}
@media screen and (min-width: 991px) {
  .related-resources_row {
    gap: calc(12.3875px + 62.6125 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .related-resources_row {
    gap: 75px;
  }
}
.related-resources_item {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.related-resources_item {
  width: 275.277px;
}
@media screen and (min-width: 991px) {
  .related-resources_item {
    width: calc(275.277px + 1391.389 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .related-resources_item {
    width: 1666.666px;
  }
}
.related-resources_item p {
  margin: 0;
  align-self: flex-end;
}
.related-resources_item a {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.related-resources_item a:hover .btn-learnmore:before {
  right: -5px;
}
.related-resources_item-img {
  background-size: cover;
  background-position: center;
  width: 100%;
}
.related-resources_item-img {
  height: 151.4px;
}
@media screen and (min-width: 991px) {
  .related-resources_item-img {
    height: calc(151.4px + 765.266 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .related-resources_item-img {
    height: 916.666px;
  }
}
.related-resources_item-content {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
}
.related-resources_item-content {
  padding-left: 16.516px;
  padding-right: 16.516px;
}
@media screen and (min-width: 991px) {
  .related-resources_item-content {
    padding-left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-right: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .related-resources_item-content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.related-resources_item-content {
  padding-top: 16.516px;
  padding-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .related-resources_item-content {
    padding-top: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .related-resources_item-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.related-resources_item-content .title {
  font-size: 21px;
  font-weight: 600;
  color: #171717;
  width: 100%;
  align-self: flex-start;
}
.related-resources_item-content .title {
  font-size: 14.45px;
}
@media screen and (min-width: 991px) {
  .related-resources_item-content .title {
    font-size: calc(14.45px + 73.05 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .related-resources_item-content .title {
    font-size: 87.5px;
  }
}
.related-resources_item-content .btn-learnmore {
  align-self: flex-end;
}
.related-resources_item-content .btn-learnmore {
  margin-top: 8.258px;
}
@media screen and (min-width: 991px) {
  .related-resources_item-content .btn-learnmore {
    margin-top: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .related-resources_item-content .btn-learnmore {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .section-rr {
    padding: 42px 24px;
  }
  .section-rr .h2-bigger {
    margin-bottom: 32px;
  }
  .related-resources_row {
    display: block;
    width: calc(100% + 12px);
    margin-left: -6px;
  }
  .related-resources_row .slick-track {
    display: flex !important;
  }
  .related-resources_row .slick-slide {
    height: inherit !important;
  }
  .related-resources_row .slick-list {
    overflow: visible;
  }
  .related-resources_item {
    width: 100%;
    margin: 0 6px;
  }
  .related-resources_item-img {
    height: 220px;
  }
  .related-resources_item-content {
    padding: 24px;
  }
  .related-resources_item-content .title {
    font-size: 21px;
  }
  .related-resources_item-content .btn-learnmore {
    margin-top: 12px;
  }
}
.section-innovationsParallax {
  background-color: var(--dario-gray);
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.section-innovationsParallax .h1-bigger {
  position: sticky;
  width: 100%;
  color: var(--text-black);
  background-color: var(--dario-gray);
  top: 0;
}
.section-innovationsParallax .h1-bigger {
  padding-top: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-innovationsParallax .h1-bigger {
    padding-top: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-innovationsParallax .h1-bigger {
    padding-top: 416.666px;
  }
}
.section-innovationsParallax .h1-bigger {
  margin-top: -68.819px;
}
@media screen and (min-width: 991px) {
  .section-innovationsParallax .h1-bigger {
    margin-top: calc(-68.819px + -347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-innovationsParallax .h1-bigger {
    margin-top: -416.666px;
  }
}
.section-innovationsParallax .h1-bigger {
  margin-bottom: 289.04px;
}
@media screen and (min-width: 991px) {
  .section-innovationsParallax .h1-bigger {
    margin-bottom: calc(289.04px + 1460.96 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-innovationsParallax .h1-bigger {
    margin-bottom: 1750px;
  }
}
.section-innovationsParallax .h1-bigger + .sections {
  height: auto;
  min-height: unset;
}
.section-innovationsParallax .h1-bigger + .sections {
  margin-top: -461.09px;
}
@media screen and (min-width: 991px) {
  .section-innovationsParallax .h1-bigger + .sections {
    margin-top: calc(-461.09px + -2330.576 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-innovationsParallax .h1-bigger + .sections {
    margin-top: -2791.666px;
  }
}
.section-innovationsParallax .title {
  letter-spacing: 0.25px;
  line-height: 1;
}
.section-innovationsParallax .title {
  margin-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-innovationsParallax .title {
    margin-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-innovationsParallax .title {
    margin-bottom: 100px;
  }
}
.section-innovationsParallax p {
  margin-bottom: 0;
  color: var(--text-gray);
}
.section-innovationsParallax .h6 {
  text-transform: uppercase;
}
.section-innovationsParallax .title-small {
  line-height: 1.0588235294; /* 105.882% */
  letter-spacing: 0.25px;
}
.section-innovationsParallax .title-small:not(:last-child) {
  margin-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-innovationsParallax .title-small:not(:last-child) {
    margin-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-innovationsParallax .title-small:not(:last-child) {
    margin-bottom: 133.333px;
  }
}
.section-innovationsParallax .text-small {
  font-weight: 500;
}
.section-innovationsParallax p, .section-innovationsParallax ul, .section-innovationsParallax ol {
  color: var(--text-gray);
}
.section-innovationsParallax .text-small p, .section-innovationsParallax .text-small ul, .section-innovationsParallax .text-small ol, .section-innovationsParallax .title-small p, .section-innovationsParallax .title-small ul, .section-innovationsParallax .title-small ol, .section-innovationsParallax .h6 p, .section-innovationsParallax .h6 ul, .section-innovationsParallax .h6 ol {
  color: var(--text-gray);
  font-size: inherit;
}
.section-innovationsParallax .text-small ul li:not(:last-child), .section-innovationsParallax .text-small ol li:not(:last-child), .section-innovationsParallax .title-small ul li:not(:last-child), .section-innovationsParallax .title-small ol li:not(:last-child), .section-innovationsParallax .h6 ul li:not(:last-child), .section-innovationsParallax .h6 ol li:not(:last-child) {
  margin-bottom: 16px;
}
.section-innovationsParallax .text-small ul, .section-innovationsParallax .title-small ul, .section-innovationsParallax .h6 ul {
  list-style: disc;
}

.innovationsParallax-content {
  flex: 1;
  position: relative;
  justify-self: flex-start;
}
.innovationsParallax-content_block {
  display: flex;
  height: 100vh;
  flex-flow: row wrap;
}
.innovationsParallax-content_block {
  width: 311.063px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-content_block {
    width: calc(311.063px + 1570.267 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-content_block {
    width: 1881.33px;
  }
}
.innovationsParallax-content_block {
  min-height: 516.145px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-content_block {
    min-height: calc(516.145px + 2608.855 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-content_block {
    min-height: 3125px;
  }
}
.innovationsParallax-content_block {
  padding-bottom: 123.875px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-content_block {
    padding-bottom: calc(123.875px + 626.125 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-content_block {
    padding-bottom: 750px;
  }
}
.innovationsParallax-content_block.longtext {
  padding-bottom: 55.055px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-content_block.longtext {
    padding-bottom: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-content_block.longtext {
    padding-bottom: 333.333px;
  }
}
.innovationsParallax-content_block .inner {
  align-self: flex-end;
  width: 100%;
}
.innovationsParallax-image {
  top: 0;
  position: sticky;
  display: flex;
  align-items: center;
  height: 100vh;
  pointer-events: none;
}
.innovationsParallax-image {
  width: 379.883px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-image {
    width: calc(379.883px + 1920.117 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-image {
    width: 2300px;
  }
}
.innovationsParallax-image {
  padding-top: 82.583px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-image {
    padding-top: calc(82.583px + 417.417 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-image {
    padding-top: 500px;
  }
}
.innovationsParallax-image {
  padding-bottom: 55.055px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-image {
    padding-bottom: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-image {
    padding-bottom: 333.333px;
  }
}
.innovationsParallax-image img {
  display: block;
  width: 100%;
}
.innovationsParallax-image_slider {
  width: 100%;
}
.innovationsParallax-image_slide.img-hidden, .innovationsParallax-image_slide .inner {
  display: none;
}
.innovationsParallax-pagination {
  position: sticky;
  display: flex;
  align-items: center;
  height: 100vh;
  top: 0;
}
.innovationsParallax-pagination {
  margin-left: 68.819px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-pagination {
    margin-left: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-pagination {
    margin-left: 416.666px;
  }
}
.innovationsParallax-pagination .center {
  width: 100%;
}
.innovationsParallax-pagination_item {
  text-align: center;
  color: #CBCBCB;
  font-weight: 600;
  line-height: 120%;
  cursor: pointer;
}
.innovationsParallax-pagination_item {
  font-size: 16.516px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-pagination_item {
    font-size: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-pagination_item {
    font-size: 100px;
  }
}
.innovationsParallax-pagination_item:not(:first-child) {
  margin-top: 14px;
}
.innovationsParallax-pagination_item.active {
  color: var(--primary);
}
.innovationsParallax-pagination_next {
  margin-top: 25px;
  background-size: 100%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjY0NjQgMjguODMwMkwxMS4yNTY1IDM1LjIyMDFWMEg4Ljc0MDc5VjM1LjIyMDFMMi4zNTA4NSAyOC44MzAyTDAuNTg5ODQ0IDMwLjU5MTJMOS45OTg2NSA0MEwxOS40MDc1IDMwLjU5MTJMMTcuNjQ2NCAyOC44MzAyWiIgZmlsbD0iIzJBMkM4MCIvPgo8L3N2Zz4K);
}
.innovationsParallax-pagination_next {
  width: 12.3875px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-pagination_next {
    width: calc(12.3875px + 62.6125 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-pagination_next {
    width: 75px;
  }
}
.innovationsParallax-pagination_next {
  height: 27.527px;
}
@media screen and (min-width: 991px) {
  .innovationsParallax-pagination_next {
    height: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .innovationsParallax-pagination_next {
    height: 166.66px;
  }
}

@media only screen and (max-width: 991px) {
  .innovationsParallax-pagination {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .section-innovationsParallax {
    padding: 40px 24px;
    display: block !important;
  }
  .section-innovationsParallax .h1-bigger {
    font-size: 32px;
    position: static;
    text-align: center;
    padding: 0;
    margin: 0 0 32px;
  }
  .section-innovationsParallax .h1-bigger br {
    display: none;
  }
  .section-innovationsParallax .sections {
    display: none;
  }
  .section-innovationsParallax .h6 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
  }
  .section-innovationsParallax .title-small {
    font-size: 24px;
    line-height: 1.166;
  }
  .section-innovationsParallax .title-small:not(:last-child) {
    margin-bottom: 12px;
  }
  .section-innovationsParallax .text-small {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.07px;
  }
  .section-innovationsParallax ul, .section-innovationsParallax ol {
    padding-left: 1rem;
  }
  .innovationsParallax-pagination {
    display: none !important;
  }
  .innovationsParallax-content {
    padding: 0;
  }
  .innovationsParallax-image {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    position: static;
    display: block;
    height: auto;
    padding: 0;
    pointer-events: unset;
  }
  .innovationsParallax-image_slide {
    width: 100%;
  }
  .innovationsParallax-image_slide .inner {
    display: block;
    margin-top: 32px;
  }
  .innovationsParallax-image_slide .inner .title {
    margin-bottom: 12px;
  }
  .innovationsParallax-image_slide .inner p {
    font-size: 14px;
  }
  .innovationsParallax-image_slide.img-hidden {
    display: block;
  }
  .innovationsParallax-image .slick-dots {
    margin-top: 18px;
    gap: 10px;
  }
  .innovationsParallax-image .slick-dots li button {
    width: auto;
    height: auto;
    background: transparent;
    color: #CBCBCB;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }
  .innovationsParallax-image .slick-dots li.slick-active button {
    background: transparent;
    color: var(--primary);
  }
}
.section-solutionslider {
  padding-top: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-solutionslider {
    padding-top: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutionslider {
    padding-top: 416.666px;
  }
}
.section-solutionslider {
  padding-bottom: 61.9375px;
}
@media screen and (min-width: 991px) {
  .section-solutionslider {
    padding-bottom: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutionslider {
    padding-bottom: 375px;
  }
}
.section-solutionslider_subtitle {
  width: 49%;
}
.section-solutionslider_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.section-solutionslider_row {
  margin-top: -44.732px;
}
@media screen and (min-width: 991px) {
  .section-solutionslider_row {
    margin-top: calc(-44.732px + -226.101 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutionslider_row {
    margin-top: -270.833px;
  }
}

.solution-slider {
  width: 359.237px;
}
@media screen and (min-width: 991px) {
  .solution-slider {
    width: calc(359.237px + 1815.763 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider {
    width: 2175px;
  }
}
.solution-slider_accordeon {
  width: 366.8px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon {
    width: calc(366.8px + 1854.033 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon {
    width: 2220.833px;
  }
}
.solution-slider_accordeon {
  padding-bottom: 23.398px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon {
    padding-bottom: calc(23.398px + 118.268 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon {
    padding-bottom: 141.666px;
  }
}
.solution-slider_accordeon-item {
  border-top: 1.5px solid #E1E4E7;
  background-color: #fff;
  transition: background-color 0.3s;
  position: relative;
}
.solution-slider_accordeon-item:before {
  left: 0;
  top: -1px;
  height: 3px;
  width: 0;
  background-color: var(--dario-orange);
  transition: all 0s;
}
.solution-slider_accordeon-item:nth-child(3n+2):before {
  background-color: var(--primary);
}
.solution-slider_accordeon-item:nth-child(3n+3):before {
  background-color: var(--secondary);
}
.solution-slider_accordeon-item:last-child {
  border-bottom: 1.5px solid #E1E4E7;
}
.solution-slider_accordeon-item .title {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.solution-slider_accordeon-item .title {
  padding-top: 11.011px;
  padding-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .title {
    padding-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .title {
    padding-top: 66.666px;
    padding-bottom: 66.666px;
  }
}
.solution-slider_accordeon-item .title {
  padding-left: 16.516px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .title {
    padding-left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .title {
    padding-left: 100px;
  }
}
.solution-slider_accordeon-item .title {
  padding-right: 48.173px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .title {
    padding-right: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .title {
    padding-right: 291.666px;
  }
}
.solution-slider_accordeon-item .title:before {
  background-size: 100%;
  background-position: center;
  background-image: url(../images/chevron-down-grey.svg);
  background-repeat: no-repeat;
  transition: 0.3s;
}
.solution-slider_accordeon-item .title:before {
  width: 22.02px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .title:before {
    width: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .title:before {
    width: 133.333px;
  }
}
.solution-slider_accordeon-item .title:before {
  height: 22.02px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .title:before {
    height: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .title:before {
    height: 133.333px;
  }
}
.solution-slider_accordeon-item .title:before {
  right: 16.516px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .title:before {
    right: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .title:before {
    right: 100px;
  }
}
.solution-slider_accordeon-item .content {
  display: none;
}
.solution-slider_accordeon-item .content {
  padding-top: 8.258px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .content {
    padding-top: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .content {
    padding-top: 50px;
  }
}
.solution-slider_accordeon-item .content {
  padding-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .content {
    padding-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .content {
    padding-bottom: 100px;
  }
}
.solution-slider_accordeon-item .content {
  padding-left: 16.516px;
  padding-right: 16.516px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .content {
    padding-left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-right: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.solution-slider_accordeon-item .content p {
  font-weight: 500;
  color: #65676F;
}
.solution-slider_accordeon-item .content p {
  margin-bottom: 8.258px;
}
@media screen and (min-width: 991px) {
  .solution-slider_accordeon-item .content p {
    margin-bottom: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .solution-slider_accordeon-item .content p {
    margin-bottom: 50px;
  }
}
.solution-slider_accordeon-item .content p:last-child {
  margin-bottom: 0;
}
.solution-slider_accordeon-item.opened {
  background-color: var(--bg-gray);
}
.solution-slider_accordeon-item.opened:before {
  width: 100%;
  transition: all 8s;
}
.solution-slider_accordeon-item.opened .title:before {
  transform: translate(0, -50%) rotate(-180deg);
}
.solution-slider_accordeon-item.opened .content {
  display: block;
}
.solution-slider_item .solution-slider_accordeon-item {
  display: none;
}
.solution-slider_item:nth-child(3n+1) .solution-slider_accordeon-item:before {
  background-color: var(--dario-orange);
}
.solution-slider_item:nth-child(3n+2) .solution-slider_accordeon-item:before {
  background-color: #6A70F6;
}
.solution-slider_item:nth-child(3n+3) .solution-slider_accordeon-item:before {
  background-color: #189EFC;
}
.solution-slider_item-img img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 991px) {
  .section-solutionslider {
    padding: 40px;
  }
  .section-solutionslider_row {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .section-solutionslider {
    padding: 40px 24px;
  }
  .section-solutionslider_subtitle {
    width: 100%;
  }
  .section-solutionslider_row {
    display: block;
  }
  .solution_slider_pagination {
    display: none;
  }
  .solution-slider {
    width: calc(100% + 12px);
    margin-left: -6px;
  }
  .solution-slider_accordeon-item {
    background-color: var(--bg-gray);
  }
  .solution-slider_accordeon-item:before {
    width: 100%;
  }
  .solution-slider_accordeon-item .title {
    padding: 12px;
    font-size: 24px;
  }
  .solution-slider_accordeon-item .title:before {
    display: none;
  }
  .solution-slider_accordeon-item .content {
    padding: 0 12px 12px;
    display: block;
  }
  .solution-slider_accordeon-item .content p {
    font-size: 12px;
  }
  .solution-slider_accordeon-item .content p.big {
    font-size: 14px;
  }
  .solution-slider_item {
    margin-left: 6px;
    margin-right: 6px;
    display: flex !important;
    flex-flow: column;
    height: 100%;
  }
  .solution-slider_item .solution-slider_accordeon-item {
    display: block;
    flex: 1;
    height: 100%;
  }
  .solution-slider_item-img {
    max-width: 400px;
    margin: 0 auto 32px;
  }
  .solution-slider .slick-track {
    display: flex !important;
  }
  .solution-slider .slick-slide {
    height: inherit !important;
  }
  .solution-slider .slick-list {
    overflow: visible;
  }
}
.section-tags {
  position: relative;
}
.section-tags_bg img {
  display: block;
  width: 100%;
}
.section-tags_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-tags_content {
  padding-top: 55.055px;
  padding-bottom: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-tags_content {
    padding-top: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
    padding-bottom: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-tags_content {
    padding-top: 333.333px;
    padding-bottom: 333.333px;
  }
}
.section-tags_content {
  padding-left: 96.3472px;
  padding-right: 96.3472px;
}
@media screen and (min-width: 991px) {
  .section-tags_content {
    padding-left: calc(96.3472px + 486.9858 * ((100vw - 991px) / 5009));
    padding-right: calc(96.3472px + 486.9858 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-tags_content {
    padding-left: 583.333px;
    padding-right: 583.333px;
  }
}
.section-tags_row {
  display: flex;
  flex-flow: row wrap;
  gap: 24px 16px;
  justify-content: center;
}
.section-tags_row:not(:first-child) {
  margin-top: 34.4px;
}
@media screen and (min-width: 991px) {
  .section-tags_row:not(:first-child) {
    margin-top: calc(34.4px + 173.933 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-tags_row:not(:first-child) {
    margin-top: 208.333px;
  }
}
.section-tags_item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 46px;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  color: var(--mid-gray);
  font-weight: 600;
  line-height: 120%;
}
.section-tags_item {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}
@media screen and (min-width: 991px) {
  .section-tags_item {
    padding-top: calc(5.5px + 27.833 * ((100vw - 991px) / 5009));
    padding-bottom: calc(5.5px + 27.833 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-tags_item {
    padding-top: 33.333px;
    padding-bottom: 33.333px;
  }
}
.section-tags_item {
  padding-left: 8.258px;
  padding-right: 8.258px;
}
@media screen and (min-width: 991px) {
  .section-tags_item {
    padding-left: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
    padding-right: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-tags_item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section-tags_item {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  .section-tags_item {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-tags_item {
    font-size: 83.333px;
  }
}
.section-tags_item img {
  display: block;
}
.section-tags_item img {
  width: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-tags_item img {
    width: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-tags_item img {
    width: 133.333px;
  }
}
.section-tags_item img {
  margin-right: 5.5px;
}
@media screen and (min-width: 991px) {
  .section-tags_item img {
    margin-right: calc(5.5px + 27.833 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-tags_item img {
    margin-right: 33.333px;
  }
}

@media only screen and (max-width: 768px) {
  .section-tags_content {
    padding: 40px 24px;
  }
  .section-tags_row {
    gap: 12px 8px;
  }
  .section-tags_row:not(:first-child) {
    margin-top: 32px;
  }
  .section-tags_item {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 114.286%;
    letter-spacing: 0.07px;
  }
  .section-tags_item img {
    width: 24px;
    margin-right: 4px;
  }
}
.section-postcta_item {
  background-color: var(--dario-gray);
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.section-postcta_item img {
  display: block;
  width: 45%;
}
.section-postcta_item-content {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .section-postcta_item {
    flex-flow: column;
    padding: 24px;
    gap: 24px;
  }
  .section-postcta_item img {
    width: 100%;
  }
  .section-postcta_item .h4 {
    font-weight: 600;
  }
}
.section-organizations_tags {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.section-organizations_tags-bg {
  position: relative;
  width: 56.9444%;
}
.section-organizations_tags-bg:before {
  width: 65%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(-89deg, #FFF 6.43%, rgba(255, 255, 255, 0.5) 35.41%, rgba(255, 255, 255, 0) 68.94%);
}
.section-organizations_tags-bg img {
  display: block;
  width: 100%;
}
.section-organizations_tags-content {
  flex: 1;
  padding-top: 23px;
  padding-bottom: 23px;
}
.section-organizations_tags-content {
  padding-left: 45.42px;
  padding-right: 45.42px;
}
@media screen and (min-width: 991px) {
  .section-organizations_tags-content {
    padding-left: calc(45.42px + 229.579 * ((100vw - 991px) / 5009));
    padding-right: calc(45.42px + 229.579 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_tags-content {
    padding-left: 274.999px;
    padding-right: 274.999px;
  }
}
.section-organizations_tags .organizations-tags {
  display: grid;
  grid-template-columns: repeat(2, min-content);
}
.section-organizations_tags .organizations-tags {
  gap: 17.893px;
}
@media screen and (min-width: 991px) {
  .section-organizations_tags .organizations-tags {
    gap: calc(17.893px + 90.44 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_tags .organizations-tags {
    gap: 108.333px;
  }
}
.section-organizations_tags .organizations-tags:not(:first-child) {
  margin-top: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-organizations_tags .organizations-tags:not(:first-child) {
    margin-top: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_tags .organizations-tags:not(:first-child) {
    margin-top: 133.333px;
  }
}
.section-organizations_tags .organizations-tags_item {
  display: flex;
  align-items: center;
  color: var(--mid-gray);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.section-organizations_tags .organizations-tags_item img {
  width: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-organizations_tags .organizations-tags_item img {
    width: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_tags .organizations-tags_item img {
    width: 133.333px;
  }
}
.section-organizations_tags .organizations-tags_item img {
  margin-right: 5.5px;
}
@media screen and (min-width: 991px) {
  .section-organizations_tags .organizations-tags_item img {
    margin-right: calc(5.5px + 27.833 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_tags .organizations-tags_item img {
    margin-right: 33.333px;
  }
}

.section-darioResponsive .h1-bigger:not(:last-child) {
  margin-bottom: 41.29px;
}
@media screen and (min-width: 991px) {
  .section-darioResponsive .h1-bigger:not(:last-child) {
    margin-bottom: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-darioResponsive .h1-bigger:not(:last-child) {
    margin-bottom: 250px;
  }
}
.section-darioResponsive_row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-radius: 12px;
  background: var(--primary-lighter2);
  border-color: var(--primary);
  border-width: 0;
  border-right-width: 4px;
  border-style: solid;
}
.section-darioResponsive_row {
  padding-top: 11.011px;
  padding-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-darioResponsive_row {
    padding-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-darioResponsive_row {
    padding-top: 66.666px;
    padding-bottom: 66.666px;
  }
}
.section-darioResponsive_row {
  padding-left: 41.29px;
  padding-right: 41.29px;
}
@media screen and (min-width: 991px) {
  .section-darioResponsive_row {
    padding-left: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
    padding-right: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-darioResponsive_row {
    padding-left: 250px;
    padding-right: 250px;
  }
}
.section-darioResponsive_row {
  gap: 45.42px;
}
@media screen and (min-width: 991px) {
  .section-darioResponsive_row {
    gap: calc(45.42px + 229.579 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-darioResponsive_row {
    gap: 274.999px;
  }
}
.section-darioResponsive_row:not(:last-child) {
  margin-bottom: 27.527px;
}
@media screen and (min-width: 991px) {
  .section-darioResponsive_row:not(:last-child) {
    margin-bottom: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-darioResponsive_row:not(:last-child) {
    margin-bottom: 166.66px;
  }
}
.section-darioResponsive_row.blue {
  border-color: var(--secondary);
  background-color: var(--secondary-lighter);
}
.section-darioResponsive_row.orange {
  border-color: var(--dario-orange);
  background-color: var(--dario-orange-lighter2);
}
.section-darioResponsive_row.reversed {
  flex-flow: row-reverse wrap;
  border-left-width: 4px;
  border-right-width: 0;
}
.section-darioResponsive_row-img {
  width: 44.81%;
}
.section-darioResponsive_row-img img {
  display: block;
  width: 100%;
}
.section-darioResponsive_row-content {
  flex: 1;
}
.section-darioResponsive_row .title {
  line-height: 120%;
}
.section-darioResponsive_row p {
  color: #4D4F57;
  font-weight: 500;
  line-height: 140%;
  max-width: 85%;
}
.section-darioResponsive_row p:last-child {
  margin: 0;
}

.section-organizations_details-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section-organizations_details-row {
  gap: 13.075px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-row {
    gap: calc(13.075px + 66.091 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-row {
    gap: 79.166px;
  }
}
.section-organizations_details-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
.section-organizations_details-item .item-header {
  position: relative;
  background-color: var(--primary);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1px;
  z-index: 4;
}
.section-organizations_details-item .item-header {
  padding-left: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .item-header {
    padding-left: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .item-header {
    padding-left: 133.333px;
  }
}
.section-organizations_details-item .item-header {
  padding-right: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .item-header {
    padding-right: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .item-header {
    padding-right: 333.333px;
  }
}
.section-organizations_details-item .item-header {
  padding-top: 16.516px;
  padding-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .item-header {
    padding-top: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .item-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-organizations_details-item .item-header:before {
  position: absolute;
  top: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2LjAwMDIgMi40ODM3NEwyMC45Njg3IDE3LjUxNTJMMjAuOTY5NyAxNy41MTYzTDE4LjQ4NiAyMEwxOC40ODUgMTkuOTk5NUwxOC40ODQgMjBMMTYuMDAwMiAxNy41MTYzTDE2LjAwMDcgMTcuNTE1MkwwLjk2OTcyNyAyLjQ4Mzc0TDMuNDUzNDcgMEwxOC40ODUgMTUuMDMxNUwzMy41MTY1IDBMMzYuMDAwMiAyLjQ4Mzc0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-size: 100% auto;
  background-position: center;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(0);
}
.section-organizations_details-item .item-header:before {
  right: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .item-header:before {
    right: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .item-header:before {
    right: 133.333px;
  }
}
.section-organizations_details-item .item-header:before {
  width: 24.775px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .item-header:before {
    width: calc(24.775px + 125.225 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .item-header:before {
    width: 150px;
  }
}
.section-organizations_details-item .item-header:before {
  height: 13.763px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .item-header:before {
    height: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .item-header:before {
    height: 83.333px;
  }
}
.section-organizations_details-item .img-cont {
  position: relative;
}
.section-organizations_details-item .img-cont img {
  width: 100%;
  display: block;
}
.section-organizations_details-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  background-color: var(--primary-darker2);
}
.section-organizations_details-item .content {
  padding-top: 22.02px;
  padding-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .content {
    padding-top: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .content {
    padding-top: 133.333px;
    padding-bottom: 133.333px;
  }
}
.section-organizations_details-item .content {
  padding-left: 22.02px;
  padding-right: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .content {
    padding-left: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-right: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .content {
    padding-left: 133.333px;
    padding-right: 133.333px;
  }
}
.section-organizations_details-item .content p, .section-organizations_details-item .content ul {
  font-weight: 500;
  line-height: 130%;
}
.section-organizations_details-item .content p:last-child, .section-organizations_details-item .content ul:last-child {
  margin: 0;
}
.section-organizations_details-item .content p:not(:last-child) {
  margin-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .content p:not(:last-child) {
    margin-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .content p:not(:last-child) {
    margin-bottom: 66.666px;
  }
}
.section-organizations_details-item .content ul {
  list-style: none;
  padding: 0;
}
.section-organizations_details-item .content li {
  position: relative;
}
.section-organizations_details-item .content li {
  padding-left: 24.775px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .content li {
    padding-left: calc(24.775px + 125.225 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .content li {
    padding-left: 150px;
  }
}
.section-organizations_details-item .content li:before {
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlRhYmxlciAvIFN5c3RlbSAvIENoZWNrIj4KPHBhdGggaWQ9IlN0eWxlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE5LjI5MjkgNi4yOTI4OUMxOS42ODM0IDUuOTAyMzcgMjAuMzE2NiA1LjkwMjM3IDIwLjcwNzEgNi4yOTI4OUMyMS4wNjc2IDYuNjUzMzggMjEuMDk1MyA3LjIyMDYxIDIwLjc5MDMgNy42MTI5TDIwLjcwNzEgNy43MDcxMUwxMC43MDcxIDE3LjcwNzFDMTAuMzQ2NiAxOC4wNjc2IDkuNzc5MzkgMTguMDk1MyA5LjM4NzEgMTcuNzkwM0w5LjI5Mjg5IDE3LjcwNzFMNC4yOTI4OSAxMi43MDcxQzMuOTAyMzcgMTIuMzE2NiAzLjkwMjM3IDExLjY4MzQgNC4yOTI4OSAxMS4yOTI5QzQuNjUzMzggMTAuOTMyNCA1LjIyMDYxIDEwLjkwNDcgNS42MTI5IDExLjIwOTdMNS43MDcxMSAxMS4yOTI5TDEwIDE1LjU4NUwxOS4yOTI5IDYuMjkyODlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=");
  background-size: 100% auto;
  background-position: center;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.section-organizations_details-item .content li:before {
  width: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .content li:before {
    width: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .content li:before {
    width: 100px;
  }
}
.section-organizations_details-item .content li:before {
  height: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .content li:before {
    height: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .content li:before {
    height: 100px;
  }
}
.section-organizations_details-item .content li:not(:last-child) {
  margin-bottom: 8.258px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-item .content li:not(:last-child) {
    margin-bottom: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-item .content li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.section-organizations_details-item.orange .item-header {
  background-color: var(--dario-orange);
}
.section-organizations_details-item.orange .content {
  background-color: var(--dario-orange2);
}
.section-organizations_details-item.blue .item-header {
  background-color: var(--secondary);
}
.section-organizations_details-item.blue .content {
  background-color: var(--secondary-darker);
}
@media only screen and (min-width: 768px) {
  .section-organizations_details-item:hover .item-header:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .section-organizations_details-item:hover .content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.section-organizations_details-partners .h2-bigger {
  margin-bottom: 27.527px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-partners .h2-bigger {
    margin-bottom: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-partners .h2-bigger {
    margin-bottom: 166.66px;
  }
}
.section-organizations_details-partners:not(:first-child) {
  border-top: 1px solid #65676F;
}
.section-organizations_details-partners .partners-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.section-organizations_details-partners .partners-row img {
  display: block;
}
.section-organizations_details-partners .partners-row img {
  height: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-organizations_details-partners .partners-row img {
    height: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-organizations_details-partners .partners-row img {
    height: 333.333px;
  }
}

@media only screen and (max-width: 991px) {
  .section-organizations_tags-bg {
    width: 50%;
  }
  .section-organizations_details-item .item-header {
    font-size: 18px;
  }
  .section-organizations_details-item .content {
    font-size: 14px;
    padding: 16px;
  }
  .section-organizations_details-item .content p {
    font-size: 14px;
  }
  .section-organizations_details-item .content p:not(:last-child) {
    margin-bottom: 13px;
  }
  .section-organizations_details-item .content ul {
    font-size: 12px;
  }
  .section-organizations_details-item .content ul li {
    padding-left: 24px;
  }
  .section-organizations_details-item .content ul li:before {
    width: 16px;
    height: 16px;
  }
  .section-organizations_details-item .content ul li:not(:last-child) {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .section-organizations_tags {
    flex-flow: column-reverse;
  }
  .section-organizations_tags-bg {
    width: 100%;
  }
  .section-organizations_tags-bg:before {
    display: none;
  }
  .section-organizations_tags-content {
    padding: 30px 24px 24px;
  }
  .section-organizations_tags .organizations-tags {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .section-organizations_tags .organizations-tags:not(:first-child) {
    margin-top: 24px;
  }
  .section-organizations_tags .organizations-tags_item {
    font-size: 18px;
    white-space: normal;
  }
  .section-organizations_tags .organizations-tags_item img {
    width: 24px;
    margin-right: 8px;
  }
  .section-darioResponsive_row {
    display: block;
    padding: 24px 16px;
  }
  .section-darioResponsive_row-img {
    margin: 0 auto 16px;
    width: 68.8%;
  }
  .section-darioResponsive_row .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .section-darioResponsive_row p {
    max-width: 100%;
    letter-spacing: 0.07px;
    font-size: 14px;
  }
  .section-organizations_details {
    padding: 0 24px;
  }
  .section-organizations_details-row {
    padding-top: 48px;
    padding-bottom: 40px;
    display: block;
  }
  .section-organizations_details-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .section-organizations_details-item .item-header {
    padding: 16px 40px 16px 16px;
    letter-spacing: 0;
  }
  .section-organizations_details-item .item-header:before {
    right: 16px;
    width: 18px;
    height: 10px;
  }
  .section-organizations_details-item .content {
    font-size: 14px;
    padding: 16px;
  }
  .section-organizations_details-item .content p {
    font-size: 14px;
  }
  .section-organizations_details-item .content p:not(:last-child) {
    margin-bottom: 13px;
  }
  .section-organizations_details-item .content ul {
    font-size: 12px;
  }
  .section-organizations_details-item .content ul li {
    padding-left: 24px;
  }
  .section-organizations_details-item .content ul li:before {
    width: 16px;
    height: 16px;
  }
  .section-organizations_details-item .content ul li:not(:last-child) {
    margin-bottom: 9px;
  }
  .section-organizations_details-item.opened .item-header:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .section-organizations_details-item.opened .content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .section-organizations_details-partners {
    padding: 32px 0 48px;
  }
  .section-organizations_details-partners .h2-bigger {
    margin-bottom: 24px;
  }
  .section-organizations_details-partners .partners-row {
    flex-flow: column;
    gap: 32px;
  }
  .section-organizations_details-partners .partners-row img {
    height: 50px;
  }
}
@media only screen and (max-width: 460px) {
  .section-organizations_tags .organizations-tags {
    display: block;
  }
  .section-organizations_tags .organizations-tags_item:not(:last-child) {
    margin-bottom: 16px;
  }
  .section-darioResponsive {
    padding: 48px 24px;
  }
  .section-darioResponsive .h1-bigger:not(:last-child) {
    margin-bottom: 32px;
  }
  .section-darioResponsive_row:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section-hero_simple {
  position: relative;
}
.section-hero_simple-bg img {
  display: block;
  width: 100%;
}
.section-hero_simple-bg:before {
  background-color: rgba(4, 31, 36, 0.2);
}
.section-hero_simple .h1-bigger2 {
  padding: 30px 22px;
  width: 65%;
}

@media only screen and (max-width: 660px) {
  .section-hero_simple .h1-bigger2 {
    width: 100%;
  }
  .section-hero_simple:not(.text-mobile-centered) .h1-bigger2 {
    transform: unset;
    top: 0;
    left: 0;
  }
}
.section-os-mission_inner {
  margin: 0 auto;
  text-align: center;
  background-color: rgb(229, 233, 236);
  max-width: 77.4%;
  background-size: cover;
  background-image: url(../images/ourstory2024/mission-bg.svg);
}
.section-os-mission_inner {
  padding-left: 47.485px;
  padding-right: 47.485px;
}
@media screen and (min-width: 991px) {
  .section-os-mission_inner {
    padding-left: calc(47.485px + 240.015 * ((100vw - 991px) / 5009));
    padding-right: calc(47.485px + 240.015 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-mission_inner {
    padding-left: 287.5px;
    padding-right: 287.5px;
  }
}
.section-os-mission_inner {
  border-radius: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-os-mission_inner {
    border-radius: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-mission_inner {
    border-radius: 133.333px;
  }
}
.section-os-mission .h2-bigger2 {
  line-height: 1;
}
.section-os-mission .h2-bigger2 {
  margin-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-os-mission .h2-bigger2 {
    margin-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-mission .h2-bigger2 {
    margin-bottom: 133.333px;
  }
}
.section-os-mission p {
  font-weight: 500;
  color: #4D4F57;
  line-height: 1.5;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section-os-mission {
    padding: 32px 24px;
  }
  .section-os-mission_inner {
    padding: 40px 13px 35px;
    border-radius: 12px;
    background-image: url(../images/ourstory2024/mission-bg-mobile.svg);
    max-width: 100%;
  }
  .section-os-mission .h2-bigger2 {
    margin-bottom: 12px;
    font-size: 34px;
  }
  .section-os-mission p {
    font-size: 20px;
  }
  .section-os-mission p:not(:last-child) {
    margin-bottom: 8px;
  }
}
.section-os-hwd {
  background-position: top left;
  background-size: cover;
  background-image: url(../images/ourstory2024/howwedo-bg.svg);
}
.section-os-hwd {
  padding-left: 232.609px;
  padding-right: 232.609px;
}
@media screen and (min-width: 991px) {
  .section-os-hwd {
    padding-left: calc(232.609px + 1175.724 * ((100vw - 991px) / 5009));
    padding-right: calc(232.609px + 1175.724 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-hwd {
    padding-left: 1408.333px;
    padding-right: 1408.333px;
  }
}
.section-os-hwd {
  padding-top: 87.4px;
  padding-bottom: 87.4px;
}
@media screen and (min-width: 991px) {
  .section-os-hwd {
    padding-top: calc(87.4px + 441.766 * ((100vw - 991px) / 5009));
    padding-bottom: calc(87.4px + 441.766 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-hwd {
    padding-top: 529.166px;
    padding-bottom: 529.166px;
  }
}
.section-os-hwd .h2-bigger2 {
  line-height: 1;
}
.section-os-hwd .h2-bigger2 {
  margin-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-os-hwd .h2-bigger2 {
    margin-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-hwd .h2-bigger2 {
    margin-bottom: 133.333px;
  }
}
.section-os-hwd p {
  font-weight: 500;
  margin: 0;
  line-height: 1.37;
}
.section-os-hwd_columns {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-os-hwd {
    padding: 44px 37px;
    background-image: url(../images/ourstory2024/howwedo-bg-mobile.svg);
  }
  .section-os-hwd .h1-bigger2 {
    margin-bottom: 24px;
    font-size: 34px;
  }
  .section-os-hwd p {
    font-size: 18px;
    text-align: center;
  }
  .section-os-hwd p:not(:last-child) {
    margin-bottom: 8px;
  }
  .section-os-hwd_columns {
    display: block;
  }
}
.section-os-content {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.section-os-content_text {
  flex: 1;
}
.section-os-content_text {
  padding-left: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-os-content_text {
    padding-left: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-content_text {
    padding-left: 416.666px;
  }
}
.section-os-content_text {
  padding-right: 20.645px;
}
@media screen and (min-width: 991px) {
  .section-os-content_text {
    padding-right: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-content_text {
    padding-right: 125px;
  }
}
.section-os-content_text .h2-bigger2 {
  width: 120%;
  z-index: 3;
  position: relative;
}
.section-os-content_text .h2-bigger2 {
  margin-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-os-content_text .h2-bigger2 {
    margin-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-content_text .h2-bigger2 {
    margin-bottom: 100px;
  }
}
.section-os-content_text p {
  font-weight: 500;
  color: #4D4F57;
  line-height: 1.27;
  margin-bottom: 0;
}
.section-os-content_text p:not(:last-child) {
  margin-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-os-content_text p:not(:last-child) {
    margin-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-content_text p:not(:last-child) {
    margin-bottom: 100px;
  }
}
.section-os-content_image {
  width: 50.56%;
}
.section-os-content_image img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .section-os-content {
    flex-flow: column-reverse;
  }
  .section-os-content_image {
    width: 100%;
  }
  .section-os-content_text {
    padding: 32px 32px 50px;
  }
  .section-os-content_text .h2-bigger {
    width: 100%;
  }
}
@media only screen and (max-width: 660px) {
  .section-os-content_text {
    padding: 32px 24px 50px;
  }
  .section-os-content_text .h2-bigger2 {
    margin-bottom: 12px;
    width: 100%;
  }
  .section-os-content_text p {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.005em;
  }
  .section-os-content_text p:not(:last-child) {
    margin-bottom: 48px;
  }
}
.section-os-quote_inner {
  background-color: var(--dario-gray);
  border-left: 4px solid var(--primary);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.section-os-quote_inner {
  border-radius: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_inner {
    border-radius: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_inner {
    border-radius: 133.333px;
  }
}
.section-os-quote_inner {
  gap: 44.044px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_inner {
    gap: calc(44.044px + 222.622 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_inner {
    gap: 266.666px;
  }
}
.section-os-quote_inner {
  padding-left: 41.29px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_inner {
    padding-left: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_inner {
    padding-left: 250px;
  }
}
.section-os-quote_inner {
  padding-right: 48.173px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_inner {
    padding-right: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_inner {
    padding-right: 291.666px;
  }
}
.section-os-quote_image {
  position: relative;
}
.section-os-quote_image {
  width: 199.576px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_image {
    width: calc(199.576px + 1008.757 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_image {
    width: 1208.333px;
  }
}
.section-os-quote_image:before {
  background-color: var(--primary);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 28px 0;
}
.section-os-quote_image:before {
  width: 33.03px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_image:before {
    width: calc(33.03px + 166.97 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_image:before {
    width: 200px;
  }
}
.section-os-quote_image:before {
  height: 45.42px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_image:before {
    height: calc(45.42px + 229.579 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_image:before {
    height: 274.999px;
  }
}
.section-os-quote_image:before {
  right: -6.881px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_image:before {
    right: calc(-6.881px + -34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_image:before {
    right: -41.666px;
  }
}
.section-os-quote_image:before {
  bottom: -6.881px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_image:before {
    bottom: calc(-6.881px + -34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_image:before {
    bottom: -41.666px;
  }
}
.section-os-quote_image img {
  display: block;
  width: 100%;
}
.section-os-quote_text {
  flex: 1;
  position: relative;
  color: var(--text-black);
}
.section-os-quote_text {
  padding-top: 61.9375px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_text {
    padding-top: calc(61.9375px + 313.0625 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_text {
    padding-top: 375px;
  }
}
.section-os-quote_text:before {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA3MCA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjE1MyA1Ni4zNDc3QzI1LjA3MTggNTYuMzQ3NyAzMi4zMDUxIDQ5LjExNzQgMzIuMzA1MSA0MC4xOTc5QzMyLjMwNTEgMzEuNDY0OSAyNi44MzMzIDIzLjA1NDcgMTIuODMzMyAyNS4zODhDMTMuODgxIDE4LjMwNjMgMjIuODM1NyA4LjM2MzM1IDMwLjU0ODEgMC42NTA4OTRDMTYuNDk5OSAwLjY0ODU2IDYuMTAzNTJlLTA1IDIwLjY3NDggNi4xMDM1MmUtMDUgNDAuMTk3OUM2LjEwMzUyZS0wNSA0OS4xMTc0IDcuMjMxODUgNTYuMzQ3NyAxNi4xNTMgNTYuMzQ3N1oiIGZpbGw9IiMyQTJDODAiLz4KPHBhdGggZD0iTTUzLjg0NzkgNTYuMzQ3N0M2Mi43NjY3IDU2LjM0NzcgNzAuMDAwMSA0OS4xMTc0IDcwLjAwMDEgNDAuMTk3OUM3MC4wMDAxIDMxLjQ2NDkgNjQuNTI4MyAyMy4wNTQ3IDUwLjUyODIgMjUuMzg4QzUxLjU3NTkgMTguMzA2MyA2MC41MzA2IDguMzYzMzUgNjguMjQzMSAwLjY1MDg5NEM1NC4xOTQ4IDAuNjQ4NTYgMzcuNjk1IDIwLjY3NDggMzcuNjk1IDQwLjE5NzlDMzcuNjk1IDQ5LjExNzQgNDQuOTI2OCA1Ni4zNDc3IDUzLjg0NzkgNTYuMzQ3N1oiIGZpbGw9IiMyQTJDODAiLz4KPC9zdmc+Cg==);
}
.section-os-quote_text:before {
  width: 48.173px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_text:before {
    width: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_text:before {
    width: 291.666px;
  }
}
.section-os-quote_text:before {
  height: 38.538px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_text:before {
    height: calc(38.538px + 194.795 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_text:before {
    height: 233.333px;
  }
}
.section-os-quote_text p {
  font-weight: 500;
  line-height: 1.36;
}
.section-os-quote_text p:not(:last-child) {
  margin-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-os-quote_text p:not(:last-child) {
    margin-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-quote_text p:not(:last-child) {
    margin-bottom: 133.333px;
  }
}
.section-os-quote_text .name {
  font-weight: 600;
  line-height: 1.19;
  letter-spacing: 0.02em;
  color: var(--primary);
  text-transform: uppercase;
}
.section-os-quote_text .name:not(:last-child) {
  margin-bottom: 8px;
}
.section-os-quote_text .position {
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .section-os-quote {
    padding: 32px 24px 45px;
  }
  .section-os-quote_inner {
    padding: 24px 16px;
    flex-flow: column-reverse;
    gap: 30px;
    border-radius: 12px;
    border-left: unset;
    border-top: 3px solid #6A70F6;
  }
  .section-os-quote_image {
    width: 84.6%;
  }
  .section-os-quote_image:before {
    width: 35px;
    height: 45px;
    right: -7px;
    bottom: -7px;
    border-radius: 0 0 18px 0;
  }
  .section-os-quote_text {
    padding-top: 48px;
  }
  .section-os-quote_text:before {
    width: 40px;
    height: 32px;
  }
  .section-os-quote_text p {
    font-size: 14px;
    line-height: 1.357;
    letter-spacing: 0.005em;
  }
  .section-os-quote_text p:not(:last-child) {
    margin-bottom: 16px;
  }
  .section-os-quote_text .name {
    font-size: 24px;
  }
  .section-os-quote_text .position {
    font-size: 18px;
  }
}
.section-os-team_head .h1-bigger2 {
  line-height: 1;
}
.section-os-team_head .h1-bigger2:not(:last-child) {
  margin-bottom: 24.775px;
}
@media screen and (min-width: 991px) {
  .section-os-team_head .h1-bigger2:not(:last-child) {
    margin-bottom: calc(24.775px + 125.225 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-team_head .h1-bigger2:not(:last-child) {
    margin-bottom: 150px;
  }
}
.section-os-team_head p {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.022em;
  margin: 0;
  color: var(--mid-gray);
}
.section-os-team_head:not(:last-child) {
  margin-bottom: 44.044px;
}
@media screen and (min-width: 991px) {
  .section-os-team_head:not(:last-child) {
    margin-bottom: calc(44.044px + 222.622 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-team_head:not(:last-child) {
    margin-bottom: 266.666px;
  }
}
.section-os-team_row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 64px 0;
}
.section-os-team_item {
  width: 25%;
  text-align: center;
}
.section-os-team_item img {
  border-radius: 50%;
  width: 53%;
}
.section-os-team_item img {
  margin-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-os-team_item img {
    margin-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-team_item img {
    margin-bottom: 66.666px;
  }
}
.section-os-team_item .name, .section-os-team_item .position {
  padding: 0 10px;
}
.section-os-team_item .position {
  font-weight: 400;
}
.section-os-team_item .name {
  font-weight: 600;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .section-os-team {
    padding: 0 0 42px;
  }
  .section-os-team_head {
    padding: 0 36px;
  }
  .section-os-team_head:not(:last-child) {
    margin-bottom: 28px;
  }
  .section-os-team_head .h1-bigger2:not(:last-child) {
    margin-bottom: 12px;
  }
  .section-os-team_head p {
    font-size: 14px;
    line-height: 1.357;
  }
  .section-os-team_item {
    width: 50%;
  }
  .section-os-team_item img {
    width: 66.7%;
  }
  .section-os-team_item .name, .section-os-team_item .position {
    font-size: 14px !important;
  }
}
.section-os-journey {
  background-color: var(--primary);
}
.section-os-journey {
  padding-top: 41.29px;
}
@media screen and (min-width: 991px) {
  .section-os-journey {
    padding-top: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey {
    padding-top: 250px;
  }
}
.section-os-journey .h1-bigger2 {
  margin: 0;
  position: relative;
  z-index: 3;
}
.section-os-journey .h1-bigger2 + .section-os-journey_slider-wrap {
  margin-top: -23.398px;
}
@media screen and (min-width: 991px) {
  .section-os-journey .h1-bigger2 + .section-os-journey_slider-wrap {
    margin-top: calc(-23.398px + -118.268 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey .h1-bigger2 + .section-os-journey_slider-wrap {
    margin-top: -141.666px;
  }
}
.section-os-journey_slide {
  display: flex !important;
  flex-flow: row wrap;
}
.section-os-journey_slide {
  gap: 143.144px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_slide {
    gap: calc(143.144px + 723.522 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_slide {
    gap: 866.666px;
  }
}
.section-os-journey_slide {
  padding-bottom: 48.173px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_slide {
    padding-bottom: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_slide {
    padding-bottom: 291.666px;
  }
}
.section-os-journey_slide-image {
  width: 42%;
}
.section-os-journey_slide-image img {
  display: block;
  width: 100%;
}
.section-os-journey_slide-text {
  flex: 1;
}
.section-os-journey_slide-text {
  padding-top: 82.583px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_slide-text {
    padding-top: calc(82.583px + 417.417 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_slide-text {
    padding-top: 500px;
  }
}
.section-os-journey_slide-text .year {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.022em;
}
.section-os-journey_slide-text .year {
  font-size: 66.066px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_slide-text .year {
    font-size: calc(66.066px + 333.934 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_slide-text .year {
    font-size: 400px;
  }
}
.section-os-journey_slide-text .year:not(:last-child) {
  margin-bottom: 6.881px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_slide-text .year:not(:last-child) {
    margin-bottom: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_slide-text .year:not(:last-child) {
    margin-bottom: 41.666px;
  }
}
.section-os-journey_slide-text .rm-list {
  font-weight: 500;
  line-height: 1.392;
  letter-spacing: -0.022em;
  margin: 0;
}
.section-os-journey_slide-text .rm-list {
  font-size: 19.269px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_slide-text .rm-list {
    font-size: calc(19.269px + 97.397 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_slide-text .rm-list {
    font-size: 116.666px;
  }
}
.section-os-journey_slide-image, .section-os-journey_slide-text {
  transform: translate(0px, 20%);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition-delay: 0s;
  opacity: 0;
}
.section-os-journey_slide.slick-current .section-os-journey_slide-text, .section-os-journey_slide.slick-current .section-os-journey_slide-image {
  transform: none;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition-delay: 0.4s;
  opacity: 1;
}
.section-os-journey_nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.section-os-journey_nav .slick-list {
  flex: 1;
}
@media only screen and (min-width: 769px) {
  .section-os-journey_nav .slick-track {
    transform: unset !important;
  }
}
.section-os-journey_nav-item {
  position: relative;
  text-align: center;
  color: #D0DEE4;
  font-weight: 500;
  line-height: 1.213;
  letter-spacing: -0.022em;
  cursor: pointer;
  transition: color 0.3s;
}
.section-os-journey_nav-item {
  padding-top: 6.881px;
  padding-bottom: 6.881px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_nav-item {
    padding-top: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
    padding-bottom: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_nav-item {
    padding-top: 41.666px;
    padding-bottom: 41.666px;
  }
}
.section-os-journey_nav-item {
  margin-left: 6.881px;
  margin-right: 6.881px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_nav-item {
    margin-left: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
    margin-right: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_nav-item {
    margin-left: 41.666px;
    margin-right: 41.666px;
  }
}
.section-os-journey_nav-item .progress-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(208, 222, 228);
  height: 1px;
}
.section-os-journey_nav-item .progress-line_inner {
  position: absolute;
  background-color: var(--dario-orange);
  height: 4px;
  width: 0;
  opacity: 0;
  bottom: 0;
  left: 0;
}
.section-os-journey_nav-item.slick-current {
  color: var(--dario-orange);
}
.section-os-journey_nav-item.slick-current .progress-line_inner {
  transition: opacity 0.1s, width 5s;
  opacity: 1;
  width: 100%;
}
.section-os-journey_nav .slick-arrow {
  font-size: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.section-os-journey_nav .slick-arrow {
  width: 27.527px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_nav .slick-arrow {
    width: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_nav .slick-arrow {
    width: 166.66px;
  }
}
.section-os-journey_nav .slick-arrow {
  height: 13.075px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_nav .slick-arrow {
    height: calc(13.075px + 66.091 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_nav .slick-arrow {
    height: 79.166px;
  }
}
.section-os-journey_nav .slick-arrow.slick-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCA0MCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjE2OTggMS44NTIwOUw0Ljc3OTg3IDguMjQyMDJMNDAgOC4yNDIwMlYxMC43NTc3TDQuNzc5ODcgMTAuNzU3N0wxMS4xNjk4IDE3LjE0NzdMOS40MDg4IDE4LjkwODdMLTMuODE0N2UtMDYgOS40OTk4OUw5LjQwODggMC4wOTEwODE2TDExLjE2OTggMS44NTIwOVoiIGZpbGw9IiNGMjYwMEYiLz4KPC9zdmc+Cg==);
}
.section-os-journey_nav .slick-arrow.slick-prev {
  margin-right: 6.881px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_nav .slick-arrow.slick-prev {
    margin-right: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_nav .slick-arrow.slick-prev {
    margin-right: 41.666px;
  }
}
.section-os-journey_nav .slick-arrow.slick-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCA0MCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjgzMDIgMS44NTIwOUwzNS4yMjAxIDguMjQyMDJMMCA4LjI0MjAyTDAgMTAuNzU3N0wzNS4yMjAxIDEwLjc1NzdMMjguODMwMiAxNy4xNDc3TDMwLjU5MTIgMTguOTA4N0w0MCA5LjQ5OTg5TDMwLjU5MTIgMC4wOTEwODE2TDI4LjgzMDIgMS44NTIwOVoiIGZpbGw9IiNGMjYwMEYiLz4KPC9zdmc+Cg==);
}
.section-os-journey_nav .slick-arrow.slick-next {
  margin-left: 6.881px;
}
@media screen and (min-width: 991px) {
  .section-os-journey_nav .slick-arrow.slick-next {
    margin-left: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-os-journey_nav .slick-arrow.slick-next {
    margin-left: 41.666px;
  }
}
.section-os-journey_nav .slick-arrow.slick-disabled, .section-os-journey_nav .slick-arrow.custom-disabled {
  width: 0;
  opacity: 0;
  transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
  .section-os-journey_slide {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-os-journey {
    padding: 40px 24px 32px;
  }
  .section-os-journey .h1-bigger2 {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .section-os-journey .h1-bigger2 + .section-os-journey_slider-wrap {
    margin-top: 0;
  }
  .section-os-journey_slide {
    flex-flow: column-reverse;
    gap: 25px;
    padding-bottom: 20px;
  }
  .section-os-journey_slide-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .section-os-journey_slide-text {
    padding: 0;
  }
  .section-os-journey_slide-text .year {
    font-size: 40px;
  }
  .section-os-journey_slide-text .year:not(:last-child) {
    margin-bottom: 4px;
  }
  .section-os-journey_slide-text .rm-list {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 20px;
  }
  .section-os-journey_nav-item {
    width: 55px;
    max-width: unset;
    padding: 10px;
    margin: 0 4px;
    font-size: 16px;
  }
  .section-os-journey_nav .slick-arrow {
    width: 21px;
    height: 10px;
  }
  .section-os-journey_nav .slick-arrow.slick-prev {
    margin-right: 4px;
  }
  .section-os-journey_nav .slick-arrow.slick-next {
    margin-left: 4px;
  }
}
.section-supported_devices {
  padding-left: 137.638px;
  padding-right: 137.638px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices {
    padding-left: calc(137.638px + 695.695 * ((100vw - 991px) / 5009));
    padding-right: calc(137.638px + 695.695 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices {
    padding-left: 833.333px;
    padding-right: 833.333px;
  }
}
.section-supported_devices-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section-supported_devices-row {
  gap: 33.03px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices-row {
    gap: calc(33.03px + 166.97 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices-row {
    gap: 200px;
  }
}
.section-supported_devices .h1 {
  margin-bottom: 33.03px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .h1 {
    margin-bottom: calc(33.03px + 166.97 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .h1 {
    margin-bottom: 200px;
  }
}
.section-supported_devices .devicesSide {
  width: 60%;
}
.section-supported_devices .devicesSide .fixed-head-table {
  overflow-y: auto;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
.section-supported_devices .devicesSide .fixed-head-table {
  max-height: 309.6875px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .devicesSide .fixed-head-table {
    max-height: calc(309.6875px + 1565.3125 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .devicesSide .fixed-head-table {
    max-height: 1875px;
  }
}
.section-supported_devices .devicesSide .fixed-head-table .supported-devices:first-child {
  position: sticky;
  top: 0;
  z-index: 1;
}
.section-supported_devices .devicesSide .supported-devices {
  border-spacing: 1px;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  width: 100%;
  margin: 0;
  position: relative;
}
.section-supported_devices .devicesSide .supported-devices * {
  position: relative;
}
.section-supported_devices .devicesSide .supported-devices thead tr {
  background: var(--primary);
}
.section-supported_devices .devicesSide .supported-devices thead tr {
  max-height: 31.656px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .devicesSide .supported-devices thead tr {
    max-height: calc(31.656px + 160.01 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .devicesSide .supported-devices thead tr {
    max-height: 191.666px;
  }
}
.section-supported_devices .devicesSide .supported-devices thead tr:first-child .first {
  border-radius: 10px 0 0 0;
}
.section-supported_devices .devicesSide .supported-devices thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
.section-supported_devices .devicesSide .supported-devices thead tr th {
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  border: 1px solid #fff;
}
.section-supported_devices .devicesSide .supported-devices thead tr th {
  padding-left: 6.881px;
  padding-right: 6.881px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .devicesSide .supported-devices thead tr th {
    padding-left: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
    padding-right: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .devicesSide .supported-devices thead tr th {
    padding-left: 41.666px;
    padding-right: 41.666px;
  }
}
.section-supported_devices .devicesSide .supported-devices thead tr th {
  padding-top: 6.881px;
  padding-bottom: 6.881px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .devicesSide .supported-devices thead tr th {
    padding-top: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
    padding-bottom: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .devicesSide .supported-devices thead tr th {
    padding-top: 41.666px;
    padding-bottom: 41.666px;
  }
}
.section-supported_devices .devicesSide .supported-devices thead tr th span {
  font-size: 70%;
  display: block;
}
.section-supported_devices .devicesSide .supported-devices thead tr th img {
  vertical-align: bottom;
}
.section-supported_devices .devicesSide .supported-devices .first {
  width: 37%;
  text-align: left;
}
.section-supported_devices .devicesSide .supported-devices .first {
  padding-left: 13.763px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .devicesSide .supported-devices .first {
    padding-left: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .devicesSide .supported-devices .first {
    padding-left: 83.333px;
  }
}
.section-supported_devices .devicesSide .supported-devices .first span {
  margin-left: 4px;
}
.section-supported_devices .devicesSide .supported-devices .first + .item {
  width: 27%;
}
.section-supported_devices .devicesSide .supported-devices .first + .item + .item {
  width: 16%;
}
.section-supported_devices .devicesSide .supported-devices .item {
  width: 23%;
}
.section-supported_devices .devicesSide .supported-devices tbody tr {
  color: #4D4F57;
  line-height: 1.2;
  background-color: #FBF9F9;
}
.section-supported_devices .devicesSide .supported-devices tbody tr {
  height: 24.775px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .devicesSide .supported-devices tbody tr {
    height: calc(24.775px + 125.225 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .devicesSide .supported-devices tbody tr {
    height: 150px;
  }
}
.section-supported_devices .devicesSide .supported-devices tbody tr:nth-child(2n) {
  background-color: #fff;
}
.section-supported_devices .devicesSide .supported-devices tbody .item {
  color: #009802;
  text-align: center;
}
.section-supported_devices .devicesSide .supported-devices .accordion-table {
  background-color: #f1f1f1;
  font-weight: bold;
  cursor: pointer;
}
.section-supported_devices .devicesSide .supported-devices .accordion-table td {
  border: 1px solid #fff;
  border-top: 0 solid #000 !important;
}
.section-supported_devices h6 {
  margin-bottom: 0px;
}
.section-supported_devices h6.androidTitle {
  margin-top: 28.9px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices h6.androidTitle {
    margin-top: calc(28.9px + 146.1 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices h6.androidTitle {
    margin-top: 175px;
  }
}
.section-supported_devices p {
  color: #4D4F57;
  font-weight: 500;
}
.section-supported_devices .app-v {
  margin-top: 28.9px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .app-v {
    margin-top: calc(28.9px + 146.1 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .app-v {
    margin-top: 175px;
  }
}
.section-supported_devices .app-v p {
  color: var(--text);
}
.section-supported_devices .app-v .dario-cdt {
  color: #4D4F57;
}
.section-supported_devices .linksSide {
  flex: 1;
}
.section-supported_devices .linksSide ul {
  list-style: none;
}
.section-supported_devices .linksSide li {
  margin-bottom: 15.14px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .linksSide li {
    margin-bottom: calc(15.14px + 76.526 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .linksSide li {
    margin-bottom: 91.666px;
  }
}
.section-supported_devices .linksSide a {
  color: #4D4F57;
  letter-spacing: 0.23px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
}
.section-supported_devices .linksSide a {
  padding-left: 20.645px;
}
@media screen and (min-width: 991px) {
  .section-supported_devices .linksSide a {
    padding-left: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-supported_devices .linksSide a {
    padding-left: 125px;
  }
}
.section-supported_devices .linksSide a:hover {
  text-decoration-color: #4D4F57;
}
.section-supported_devices .linksSide a:before {
  display: inline-block;
  content: "";
  height: 1.198vw;
  width: 1.198vw;
  background-image: url(../images/supporteddevices/downloadIcon.svg);
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.885vw;
  color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 1px;
}

@media only screen and (max-width: 991px) {
  .section-supported_devices {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-supported_devices .linksSide a {
    font-size: 14px;
  }
  .section-supported_devices .linksSide a:before {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .section-supported_devices {
    padding: 40px 24px;
  }
  .section-supported_devices-row {
    flex-flow: column;
    gap: 32px;
  }
  .section-supported_devices .h1 {
    margin-bottom: 32px;
  }
  .section-supported_devices .devicesSide {
    width: 100%;
  }
  .section-supported_devices .devicesSide .fixed-head-table {
    max-height: 450px;
  }
  .section-supported_devices .devicesSide .supported-devices thead tr {
    max-height: 36px;
  }
  .section-supported_devices .devicesSide .supported-devices thead tr th {
    font-size: 14px;
    padding: 10px;
  }
  .section-supported_devices .devicesSide .supported-devices .first {
    padding-left: 10px;
  }
  .section-supported_devices .devicesSide .supported-devices .first span {
    margin-left: 2px;
  }
  .section-supported_devices .devicesSide .supported-devices tbody tr {
    font-size: 14px;
    height: 36px;
  }
  .section-supported_devices .devicesSide .supported-devices .accordion-table {
    font-size: 16px;
  }
  .section-supported_devices .linksSide ul {
    padding: 0;
  }
  .section-supported_devices .linksSide li:not(:last-child) {
    margin-bottom: 16px;
  }
  .section-supported_devices .linksSide a {
    font-size: 16px;
    padding-left: 30px;
  }
  .section-supported_devices .linksSide a:before {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .section-supported_devices .devicesSide .supported-devices thead tr th {
    font-size: 12px;
    padding: 6px;
  }
  .section-supported_devices .devicesSide .supported-devices tbody tr {
    font-size: 10px;
  }
  .section-supported_devices .devicesSide .supported-devices .accordion-table {
    font-size: 14px;
  }
}
.section-contactus {
  background-color: var(--bg-gray);
}
.section-contactus {
  padding-left: 137.638px;
  padding-right: 137.638px;
}
@media screen and (min-width: 991px) {
  .section-contactus {
    padding-left: calc(137.638px + 695.695 * ((100vw - 991px) / 5009));
    padding-right: calc(137.638px + 695.695 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-contactus {
    padding-left: 833.333px;
    padding-right: 833.333px;
  }
}
.section-contactus_formwrap .iframe-holder iframe {
  width: 100%;
  height: 46vw;
}
@media only screen and (max-width: 1360px) {
  .section-contactus_formwrap .iframe-holder iframe {
    height: 60vw;
  }
}
@media only screen and (max-width: 890px) {
  .section-contactus_formwrap .iframe-holder iframe {
    height: 760px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contactus_formwrap .iframe-holder iframe {
    height: 560px;
  }
}
@media only screen and (max-width: 649px) {
  .section-contactus_formwrap .iframe-holder iframe {
    height: 760px;
  }
}
.section-contactus .form-floating label {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .section-contactus {
    padding: 40px 24px;
  }
}
.section-leadership_head .h1-bigger {
  line-height: 1;
  margin-bottom: 0;
}
.section-leadership_head .h1-bigger:not(:last-child) {
  margin-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-leadership_head .h1-bigger:not(:last-child) {
    margin-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_head .h1-bigger:not(:last-child) {
    margin-bottom: 100px;
  }
}
.section-leadership_head p {
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: var(--mid-gray);
}
.section-leadership_head:not(:last-child) {
  margin-bottom: 55.055px;
}
@media screen and (min-width: 991px) {
  .section-leadership_head:not(:last-child) {
    margin-bottom: calc(55.055px + 278.278 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_head:not(:last-child) {
    margin-bottom: 333.333px;
  }
}
.section-leadership_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
}
.section-leadership_row {
  gap: 22.02px 13.763px;
}
@media screen and (min-width: 991px) {
  .section-leadership_row {
    gap: calc(22.02px + 111.313 * ((100vw - 991px) / 5009)) calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_row {
    gap: 133.333px 83.333px;
  }
}
.section-leadership_item {
  background-color: var(--dario-gray);
  overflow: hidden;
  text-align: center;
  display: block;
  border-bottom: 2px solid transparent;
  transition: border 0.3s;
}
.section-leadership_item {
  border-radius: 8.258px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item {
    border-radius: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item {
    border-radius: 50px;
  }
}
.section-leadership_item {
  padding-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item {
    padding-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item {
    padding-bottom: 66.666px;
  }
}
.section-leadership_item {
  min-height: 286.977px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item {
    min-height: calc(286.977px + 1450.523 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item {
    min-height: 1737.5px;
  }
}
.section-leadership_item img {
  display: block;
  width: 100%;
}
.section-leadership_item-image {
  width: 100%;
  align-self: flex-start;
}
.section-leadership_item-image {
  margin-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item-image {
    margin-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item-image {
    margin-bottom: 66.666px;
  }
}
.section-leadership_item-image {
  min-height: 203.0173px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item-image {
    min-height: calc(203.0173px + 1026.1493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item-image {
    min-height: 1229.1666px;
  }
}
.section-leadership_item-title {
  width: 100%;
}
.section-leadership_item .name, .section-leadership_item .pos {
  padding: 0 10px;
  width: 100%;
}
.section-leadership_item .name {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.2;
  color: var(--text-black);
}
.section-leadership_item .pos {
  font-weight: 500;
  color: #4D4F57;
  line-height: 1.1428571429;
}
.section-leadership_item .readmore-btn {
  font-weight: 500;
  line-height: 1.7142857143;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.section-leadership_item .readmore-btn {
  margin-top: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item .readmore-btn {
    margin-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item .readmore-btn {
    margin-top: 66.666px;
  }
}
.section-leadership_item .readmore-btn {
  padding-right: 14.45px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item .readmore-btn {
    padding-right: calc(14.45px + 73.05 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item .readmore-btn {
    padding-right: 87.5px;
  }
}
.section-leadership_item .readmore-btn:before {
  transition: all 0.3s;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(0);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMCAwLjc1TDUuNSA1LjI1TDEgMC43NSIgc3Ryb2tlPSIjMEM2NDc4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.section-leadership_item .readmore-btn:before {
  width: 6.881px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item .readmore-btn:before {
    width: calc(6.881px + 34.785 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item .readmore-btn:before {
    width: 41.666px;
  }
}
.section-leadership_item .readmore-btn:before {
  height: 4.817px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item .readmore-btn:before {
    height: calc(4.817px + 24.349 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item .readmore-btn:before {
    height: 29.166px;
  }
}
.section-leadership_item .readmore-text {
  font-weight: 500;
  line-height: 1.3571428571;
  letter-spacing: -0.022em;
  text-align: left;
  color: #4D4F57;
  display: none;
}
.section-leadership_item .readmore-text {
  padding-top: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item .readmore-text {
    padding-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item .readmore-text {
    padding-top: 66.666px;
  }
}
.section-leadership_item .readmore-text {
  padding-left: 11.011px;
  padding-right: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-leadership_item .readmore-text {
    padding-left: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-right: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-leadership_item .readmore-text {
    padding-left: 66.666px;
    padding-right: 66.666px;
  }
}
.section-leadership_item.opened {
  border-bottom-color: var(--primary);
}
.section-leadership_item.opened .readmore-btn:before {
  transform: translate(0, -50%) rotate(-180deg);
}

@media only screen and (max-width: 990px) {
  .section-leadership_item {
    min-height: 248.24px;
  }
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
  .section-leadership_item {
    min-height: calc(248.24px + 71.76 * ((100vw - 768px) / 222));
  }
}
@media only screen and (max-width: 990px) and (min-width: 990px) {
  .section-leadership_item {
    min-height: 320px;
  }
}
@media only screen and (max-width: 990px) {
  .section-leadership_item-image {
    min-height: 147.42px;
  }
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
  .section-leadership_item-image {
    min-height: calc(147.42px + 55.56 * ((100vw - 768px) / 222));
  }
}
@media only screen and (max-width: 990px) and (min-width: 990px) {
  .section-leadership_item-image {
    min-height: 202.98px;
  }
}
@media only screen and (max-width: 767px) {
  .section-leadership {
    padding: 40px 24px 60px;
  }
  .section-leadership + .section-leadership {
    padding-top: 0;
  }
  .section-leadership:last-child {
    padding-bottom: 60px;
  }
  .section-leadership_head:not(:last-child) {
    margin-bottom: 40px;
  }
  .section-leadership_head .h1-bigger {
    font-size: 24px;
  }
  .section-leadership_head .h1-bigger:not(:last-child) {
    margin-bottom: 12px;
  }
  .section-leadership_head p {
    font-size: 14px;
    line-height: 1.357;
  }
  .section-leadership_row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .section-leadership_item {
    padding-bottom: 16px;
  }
  .section-leadership_item {
    min-height: 259.07px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 421px) {
  .section-leadership_item {
    min-height: calc(259.07px + 212.93 * ((100vw - 421px) / 346));
  }
}
@media only screen and (max-width: 767px) and (min-width: 767px) {
  .section-leadership_item {
    min-height: 472px;
  }
}
@media only screen and (max-width: 767px) {
  .section-leadership_item-image {
    margin-bottom: 16px;
  }
  .section-leadership_item-image {
    min-height: 176.67px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 421px) {
  .section-leadership_item-image {
    min-height: calc(176.67px + 173.17 * ((100vw - 421px) / 346));
  }
}
@media only screen and (max-width: 767px) and (min-width: 767px) {
  .section-leadership_item-image {
    min-height: 349.84px;
  }
}
@media only screen and (max-width: 767px) {
  .section-leadership_item .name {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-leadership_item .position {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-leadership_item .readmore-btn {
    margin-top: 16px;
    font-size: 14px;
    padding-right: 21px;
  }
  .section-leadership_item .readmore-btn:before {
    width: 10px;
    height: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-leadership_item .readmore-text {
    padding: 16px 16px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .section-leadership_row {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-leadership_item {
    min-height: auto;
  }
  .section-leadership_item-image {
    min-height: auto;
  }
  .section-leadership_item-image:empty {
    min-height: 295px;
  }
}
.section-solutions-infographic_img img {
  display: block;
  width: 100%;
}
.section-solutions-infographic_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section-solutions-infographic_row {
  gap: 13.763px;
}
@media screen and (min-width: 991px) {
  .section-solutions-infographic_row {
    gap: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-infographic_row {
    gap: 83.333px;
  }
}
.section-solutions-infographic_item {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border-top: 3px solid var(--dario-orange);
  color: var(--text-black);
}
.section-solutions-infographic_item {
  padding-top: 22.02px;
  padding-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-solutions-infographic_item {
    padding-top: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
    padding-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-infographic_item {
    padding-top: 133.333px;
    padding-bottom: 133.333px;
  }
}
.section-solutions-infographic_item {
  padding-left: 27.527px;
  padding-right: 27.527px;
}
@media screen and (min-width: 991px) {
  .section-solutions-infographic_item {
    padding-left: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
    padding-right: calc(27.527px + 139.133 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-infographic_item {
    padding-left: 166.66px;
    padding-right: 166.66px;
  }
}
.section-solutions-infographic_item .title {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.022em;
}
.section-solutions-infographic_item .title:not(:last-child) {
  margin-bottom: 8.258px;
}
@media screen and (min-width: 991px) {
  .section-solutions-infographic_item .title:not(:last-child) {
    margin-bottom: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-infographic_item .title:not(:last-child) {
    margin-bottom: 50px;
  }
}
.section-solutions-infographic_item p {
  letter-spacing: -0.022em;
  color: var(--text-gray);
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .section-solutions-infographic {
    padding: 40px 24px;
  }
  .section-solutions-infographic_img {
    margin: 40px 0;
  }
  .section-solutions-infographic_item {
    padding: 24px 16px;
  }
  .section-solutions-infographic_item .title {
    font-size: 24px;
    letter-spacing: 0;
  }
  .section-solutions-infographic_item .title:not(:last-child) {
    margin-bottom: 8px;
  }
  .section-solutions-infographic_item p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .section-solutions-infographic_row {
    display: block;
  }
  .section-solutions-infographic .slick-track {
    display: flex !important;
  }
  .section-solutions-infographic .slick-list {
    overflow: visible;
  }
  .section-solutions-infographic .slick-list .slick-slide {
    margin: 0 6px;
    height: inherit !important;
  }
}
.section-solutions-outcomes {
  background-color: var(--primary);
  color: #fff;
}
.section-solutions-outcomes_columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.section-solutions-outcomes_columns:not(:first-child) {
  margin-top: 45.42px;
}
@media screen and (min-width: 991px) {
  .section-solutions-outcomes_columns:not(:first-child) {
    margin-top: calc(45.42px + 229.579 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-outcomes_columns:not(:first-child) {
    margin-top: 274.999px;
  }
}
.section-solutions-outcomes_columns {
  gap: 20.645px;
}
@media screen and (min-width: 991px) {
  .section-solutions-outcomes_columns {
    gap: calc(20.645px + 104.355 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-outcomes_columns {
    gap: 125px;
  }
}
.section-solutions-outcomes_column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: flex-start;
}
.section-solutions-outcomes_column {
  gap: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-solutions-outcomes_column {
    gap: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-outcomes_column {
    gap: 100px;
  }
}
.section-solutions-outcomes_column .title-wrap {
  text-align: center;
}
.section-solutions-outcomes_column .title-wrap .icon {
  margin: 0 auto 12px;
}
.section-solutions-outcomes_column .title-wrap .icon {
  width: 48.173px;
}
@media screen and (min-width: 991px) {
  .section-solutions-outcomes_column .title-wrap .icon {
    width: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-outcomes_column .title-wrap .icon {
    width: 291.666px;
  }
}
.section-solutions-outcomes_column .title-wrap .icon img {
  display: block;
  width: 100%;
}
.section-solutions-outcomes_column .title-wrap .title {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.section-solutions-outcomes_column .title-wrap .title {
  font-size: 13.763px;
}
@media screen and (min-width: 991px) {
  .section-solutions-outcomes_column .title-wrap .title {
    font-size: calc(13.763px + 69.57 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-outcomes_column .title-wrap .title {
    font-size: 83.333px;
  }
}
.section-solutions-outcomes_item {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: rgb(106, 107, 166);
}
.section-solutions-outcomes_item {
  min-height: 137.638px;
}
@media screen and (min-width: 991px) {
  .section-solutions-outcomes_item {
    min-height: calc(137.638px + 695.695 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-outcomes_item {
    min-height: 833.333px;
  }
}
.section-solutions-outcomes_item {
  padding-top: 11.011px;
  padding-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-solutions-outcomes_item {
    padding-top: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
    padding-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-outcomes_item {
    padding-top: 66.666px;
    padding-bottom: 66.666px;
  }
}
.section-solutions-outcomes_item {
  padding-left: 16.516px;
  padding-right: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-solutions-outcomes_item {
    padding-left: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-right: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-outcomes_item {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.section-solutions-outcomes_item .num {
  font-weight: 600;
  line-height: 1.203125;
  letter-spacing: -0.022em;
}
.section-solutions-outcomes_item .num {
  font-size: 44.044px;
}
@media screen and (min-width: 991px) {
  .section-solutions-outcomes_item .num {
    font-size: calc(44.044px + 222.622 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-outcomes_item .num {
    font-size: 266.666px;
  }
}
.section-solutions-outcomes_item p {
  margin: 0;
  font-weight: 500;
  line-height: 1.2727272727;
  letter-spacing: -0.022em;
}

@media only screen and (max-width: 767px) {
  .section-solutions-outcomes {
    padding: 40px 24px;
  }
  .section-solutions-outcomes_columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .section-solutions-outcomes_columns:not(:first-child) {
    margin-top: 32px;
  }
  .section-solutions-outcomes_column {
    gap: 16px;
  }
  .section-solutions-outcomes_column .title-wrap .icon {
    width: 70px;
  }
  .section-solutions-outcomes_column .title-wrap .title {
    font-size: 16px;
    letter-spacing: 0;
  }
  .section-solutions-outcomes_item {
    min-height: auto;
    padding: 16px 24px;
  }
  .section-solutions-outcomes_item .num {
    font-size: 48px;
    margin-bottom: 8px;
  }
  .section-solutions-outcomes_item p {
    font-size: 18px;
  }
}
.section-title-text {
  padding-top: 68.819px;
}
@media screen and (min-width: 991px) {
  .section-title-text {
    padding-top: calc(68.819px + 347.847 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-title-text {
    padding-top: 416.666px;
  }
}
.section-title-text_row {
  display: flex;
  flex-flow: row wrap;
}
.section-title-text_row:not(:last-child) {
  border-bottom: 1px solid var(--border-gray);
}
.section-title-text_row:not(:last-child) {
  padding-bottom: 41.29px;
}
@media screen and (min-width: 991px) {
  .section-title-text_row:not(:last-child) {
    padding-bottom: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-title-text_row:not(:last-child) {
    padding-bottom: 250px;
  }
}
.section-title-text_row:not(:last-child) {
  margin-bottom: 41.29px;
}
@media screen and (min-width: 991px) {
  .section-title-text_row:not(:last-child) {
    margin-bottom: calc(41.29px + 208.71 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-title-text_row:not(:last-child) {
    margin-bottom: 250px;
  }
}
.section-title-text_row .title {
  width: 25.4%;
  color: var(--dario-orange);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2777777778;
  letter-spacing: -0.022em;
}
.section-title-text_row .text {
  flex: 1;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.022em;
  padding-right: 3%;
}
@media only screen and (max-width: 769px) {
  .section-title-text {
    padding: 40px 24px 18px;
  }
  .section-title-text_row {
    padding-left: 13px;
    padding-right: 13px;
    display: block;
  }
  .section-title-text_row:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .section-title-text_row .title {
    width: 100%;
    text-transform: unset;
    font-size: 34px;
  }
  .section-title-text_row .title:not(:last-child) {
    margin-bottom: 24px;
  }
  .section-title-text_row .text {
    font-size: 18px;
    padding-right: 0;
  }
  .section-title-text_row .text.big {
    font-size: 18px;
  }
}
.single-articles .single-post h1 {
  color: var(--primary);
}

.section-solutions-support {
  background-color: var(--dario-gray);
  display: flex;
  position: relative;
}
.section-solutions-support {
  gap: 51.614px;
}
@media screen and (min-width: 991px) {
  .section-solutions-support {
    gap: calc(51.614px + 260.886 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-support {
    gap: 312.5px;
  }
}
.section-solutions-support_title {
  width: 36.29%;
}
.section-solutions-support_sticky {
  position: sticky;
  top: 120px;
}
.section-solutions-support_content {
  flex: 1;
}
.section-solutions-support_item {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 16px;
}
.section-solutions-support_item:not(:last-child) {
  margin-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-solutions-support_item:not(:last-child) {
    margin-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-support_item:not(:last-child) {
    margin-bottom: 133.333px;
  }
}
.section-solutions-support_item img {
  display: block;
}
.section-solutions-support_item img:not(:last-child) {
  margin-bottom: 22.02px;
}
@media screen and (min-width: 991px) {
  .section-solutions-support_item img:not(:last-child) {
    margin-bottom: calc(22.02px + 111.313 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-support_item img:not(:last-child) {
    margin-bottom: 133.333px;
  }
}
.section-solutions-support_item p {
  margin-bottom: 0;
}

@media only screen and (max-width: 769px) {
  .section-solutions-support {
    padding: 56px 24px;
    display: block;
    overflow: hidden;
  }
  .section-solutions-support .slick-list {
    overflow: visible;
  }
  .section-solutions-support .slick-track {
    display: flex !important;
  }
  .section-solutions-support .slick-slide {
    height: inherit !important;
  }
  .section-solutions-support_title {
    width: 100%;
  }
  .section-solutions-support_title:not(:last-child) {
    margin-bottom: 32px;
  }
  .section-solutions-support_content {
    width: calc(100% + 12px);
    margin-left: -6px;
  }
  .section-solutions-support_item {
    padding: 24px 16px;
    margin: 0 6px;
  }
  .section-solutions-support_item:not(:last-child) {
    margin-bottom: 0;
  }
  .section-solutions-support_item img {
    display: block;
  }
  .section-solutions-support_item img:not(:last-child) {
    margin-bottom: 24px;
  }
  .section-solutions-support_item p {
    font-size: 16px !important;
  }
}
.section-solutions-employerstrust .subtitle {
  padding: 0 5%;
}
.section-solutions-employerstrust_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section-solutions-employerstrust_row {
  gap: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-solutions-employerstrust_row {
    gap: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-employerstrust_row {
    gap: 66.666px;
  }
}
.section-solutions-employerstrust_row:not(:first-child) {
  margin-top: 48.173px;
}
@media screen and (min-width: 991px) {
  .section-solutions-employerstrust_row:not(:first-child) {
    margin-top: calc(48.173px + 243.493 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-employerstrust_row:not(:first-child) {
    margin-top: 291.666px;
  }
}
.section-solutions-employerstrust_item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-solutions-employerstrust_item img {
  width: 96.3472px;
}
@media screen and (min-width: 991px) {
  .section-solutions-employerstrust_item img {
    width: calc(96.3472px + 486.9858 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-employerstrust_item img {
    width: 583.333px;
  }
}
.section-solutions-employerstrust_item img:not(:last-child) {
  margin-bottom: 11.011px;
}
@media screen and (min-width: 991px) {
  .section-solutions-employerstrust_item img:not(:last-child) {
    margin-bottom: calc(11.011px + 55.655 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-employerstrust_item img:not(:last-child) {
    margin-bottom: 66.666px;
  }
}

@media only screen and (max-width: 769px) {
  .section-solutions-employerstrust {
    padding: 56px 24px;
  }
  .section-solutions-employerstrust .subtitle {
    padding: 0;
  }
  .section-solutions-employerstrust_row {
    display: block;
  }
  .section-solutions-employerstrust_row:not(:first-child) {
    margin-top: 40px;
  }
  .section-solutions-employerstrust_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .section-solutions-employerstrust_item img {
    display: block;
    width: 100px;
  }
  .section-solutions-employerstrust_item img:not(:last-child) {
    margin-bottom: 16px;
  }
}
.section-solutions-scheduledemo {
  background-color: var(--dario-orange);
  background-size: cover;
  background-position: center;
}
.section-solutions-scheduledemo {
  padding-top: 96.3472px;
  padding-bottom: 96.3472px;
}
@media screen and (min-width: 991px) {
  .section-solutions-scheduledemo {
    padding-top: calc(96.3472px + 486.9858 * ((100vw - 991px) / 5009));
    padding-bottom: calc(96.3472px + 486.9858 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-scheduledemo {
    padding-top: 583.333px;
    padding-bottom: 583.333px;
  }
}

.section-solutions-disclaimer {
  background-color: var(--primary-darker);
  color: #fff;
}
.section-solutions-disclaimer {
  padding-top: 16.516px;
  padding-bottom: 16.516px;
}
@media screen and (min-width: 991px) {
  .section-solutions-disclaimer {
    padding-top: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
    padding-bottom: calc(16.516px + 83.484 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-disclaimer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-solutions-disclaimer {
  padding-left: 82.583px;
  padding-right: 82.583px;
}
@media screen and (min-width: 991px) {
  .section-solutions-disclaimer {
    padding-left: calc(82.583px + 417.417 * ((100vw - 991px) / 5009));
    padding-right: calc(82.583px + 417.417 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-disclaimer {
    padding-left: 500px;
    padding-right: 500px;
  }
}
.section-solutions-disclaimer ol, .section-solutions-disclaimer ul {
  padding-left: 1rem;
  margin: 0;
}
.section-solutions-disclaimer p, .section-solutions-disclaimer li {
  margin: 0;
  font-weight: 400;
}
.section-solutions-disclaimer p, .section-solutions-disclaimer li {
  font-size: 8.258px;
}
@media screen and (min-width: 991px) {
  .section-solutions-disclaimer p, .section-solutions-disclaimer li {
    font-size: calc(8.258px + 41.742 * ((100vw - 991px) / 5009));
  }
}
@media screen and (min-width: 6000px) {
  .section-solutions-disclaimer p, .section-solutions-disclaimer li {
    font-size: 50px;
  }
}
.section-solutions-disclaimer p:not(:last-child), .section-solutions-disclaimer ol:not(:last-child), .section-solutions-disclaimer ul:not(:last-child) {
  margin-bottom: 6px;
}

@media only screen and (max-width: 769px) {
  .section-solutions-scheduledemo {
    padding: 100px 24px;
  }
  .section-solutions-disclaimer {
    padding: 24px;
  }
  .section-solutions-disclaimer p, .section-solutions-disclaimer li {
    font-size: 10px;
  }
  .section-solutions-disclaimer li:not(:last-child) {
    margin-bottom: 2px;
  }
}
