.smalltext{
    margin-bottom: 15px;
  
}

  
  .w-col .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  
  .w-col-1 {
    width: 8.33333%;
  }
  
  .w-col-2 {
    width: 16.6667%;
  }
  
  .w-col-3 {
    width: 25%;
  }
  
  .w-col-4 {
    width: 33.3333%;
  }
  
  .w-col-5 {
    width: 41.6667%;
  }
  
  .w-col-6 {
    width: 50%;
  }
  
  .w-col-7 {
    width: 58.3333%;
  }
  
  .w-col-8 {
    width: 66.6667%;
  }
  
  .w-col-9 {
    width: 75%;
  }
  
  .w-col-10 {
    width: 83.3333%;
  }
  
  .w-col-11 {
    width: 91.6667%;
  }
  
  .w-col-12 {
    width: 100%;
  }
  
  .w-hidden-main {
    display: none !important;
  }
  
  @media screen and (max-width: 991px) {
    .w-container {
      max-width: 728px;
    }
  
    .w-hidden-main {
      display: inherit !important;
    }
  
    .w-hidden-medium {
      display: none !important;
    }
  
    .w-col-medium-1 {
      width: 8.33333%;
    }
  
    .w-col-medium-2 {
      width: 16.6667%;
    }
  
    .w-col-medium-3 {
      width: 25%;
    }
  
    .w-col-medium-4 {
      width: 33.3333%;
    }
  
    .w-col-medium-5 {
      width: 41.6667%;
    }
  
    .w-col-medium-6 {
      width: 50%;
    }
  
    .w-col-medium-7 {
      width: 58.3333%;
    }
  
    .w-col-medium-8 {
      width: 66.6667%;
    }
  
    .w-col-medium-9 {
      width: 75%;
    }
  
    .w-col-medium-10 {
      width: 83.3333%;
    }
  
    .w-col-medium-11 {
      width: 91.6667%;
    }
  
    .w-col-medium-12 {
      width: 100%;
    }
  
    .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-hidden-main, .w-hidden-medium {
      display: inherit !important;
    }
  
    .w-hidden-small {
      display: none !important;
    }
  
    .w-row, .w-container .w-row {
      margin-left: 0;
      margin-right: 0;
    }
  
    .w-col {
      width: 100%;
      left: auto;
      right: auto;
    }
  
    .w-col-small-1 {
      width: 8.33333%;
    }
  
    .w-col-small-2 {
      width: 16.6667%;
    }
  
    .w-col-small-3 {
      width: 25%;
    }
  
    .w-col-small-4 {
      width: 33.3333%;
    }
  
    .w-col-small-5 {
      width: 41.6667%;
    }
  
    .w-col-small-6 {
      width: 50%;
    }
  
    .w-col-small-7 {
      width: 58.3333%;
    }
  
    .w-col-small-8 {
      width: 66.6667%;
    }
  
    .w-col-small-9 {
      width: 75%;
    }
  
    .w-col-small-10 {
      width: 83.3333%;
    }
  
    .w-col-small-11 {
      width: 91.6667%;
    }
  
    .w-col-small-12 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-container {
      max-width: none;
    }
  
    .w-hidden-main, .w-hidden-medium, .w-hidden-small {
      display: inherit !important;
    }
  
    .w-hidden-tiny {
      display: none !important;
    }
  
    .w-col {
      width: 100%;
    }
  
    .w-col-tiny-1 {
      width: 8.33333%;
    }
  
    .w-col-tiny-2 {
      width: 16.6667%;
    }
  
    .w-col-tiny-3 {
      width: 25%;
    }
  
    .w-col-tiny-4 {
      width: 33.3333%;
    }
  
    .w-col-tiny-5 {
      width: 41.6667%;
    }
  
    .w-col-tiny-6 {
      width: 50%;
    }
  
    .w-col-tiny-7 {
      width: 58.3333%;
    }
  
    .w-col-tiny-8 {
      width: 66.6667%;
    }
  
    .w-col-tiny-9 {
      width: 75%;
    }
  
    .w-col-tiny-10 {
      width: 83.3333%;
    }
  
    .w-col-tiny-11 {
      width: 91.6667%;
    }
  
    .w-col-tiny-12 {
      width: 100%;
    }
  }
  
  .w-widget {
    position: relative;
  }
  
  .w-widget-map {
    width: 100%;
    height: 400px;
  }
  
  .w-widget-map label {
    width: auto;
    display: inline;
  }
  
  .w-widget-map img {
    max-width: inherit;
  }
  
  .w-widget-map .gm-style-iw {
    text-align: center;
  }
  
  .w-widget-map .gm-style-iw > button {
    display: none !important;
  }
  
  .w-widget-twitter {
    overflow: hidden;
  }
  
  .w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
  }
  
  .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-left: -4px;
  }
  
  .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
  }
  
  .w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
  }
  
  .w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  
  .w-background-video > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
  }
  
  .w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
  }
  
  .w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
  
  .w-background-video--control > [hidden] {
    display: none !important;
  }
  
  .w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    height: 300px;
    position: relative;
  }
  
  .w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-slider-nav.w-round > div {
    border-radius: 100%;
  }
  
  .w-slider-nav.w-num > div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em;
  }
  
  .w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, .4);
  }
  
  .w-slider-nav-invert {
    color: #fff;
  }
  
  .w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, .4);
  }
  
  .w-slider-nav-invert > div.w-active {
    background-color: #222;
  }
  
  .w-slider-dot {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-dot.w-active {
    background-color: #fff;
  }
  
  .w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
  }
  
  .w-slider-dot:focus.w-active {
    box-shadow: none;
  }
  
  
  
  @media (min-width: 768px) {
    .w-lightbox-content {
      height: 96vh;
      margin-top: 2vh;
    }
  
    .w-lightbox-view, .w-lightbox-view:before {
      height: 96vh;
    }
  
    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
      height: 84vh;
    }
  
    .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh;
    }
  
    .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh;
    }
  
    .w-lightbox-left, .w-lightbox-right {
      opacity: .5;
      display: block;
    }
  
    .w-lightbox-close {
      opacity: .8;
    }
  
    .w-lightbox-control:hover {
      opacity: 1;
    }
  }
  
  .w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0;
  }
  
  .w-richtext:before, .w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-richtext:after {
    clear: both;
  }
  
  .w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
    white-space: initial;
  }
  
  .w-richtext ol, .w-richtext ul {
    overflow: hidden;
  }
  
  .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-richtext figure {
    max-width: 60%;
    position: relative;
  }
  
  .w-richtext figure > div:before {
    cursor: default !important;
  }
  
  .w-richtext figure img {
    width: 100%;
  }
  
  .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6;
  }
  
  .w-richtext figure div {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
    display: table;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
  }
  

  
  .grid.intro-space {
    grid-row-gap: 120px;
    color: var(--black);
  }
 
  
  
  .text-blue {
    color: var(--primary);
  }
  
  .button-container-margin-bottom {
    margin-bottom: 16px;
  }
  
  .button-container-margin-bottom.hide-desktop {
    display: none;
  }
  
  .text-gray {
    color: #697077;
  }
  
  .tab-link-image {
    z-index: 5;
    object-fit: cover;
    border-radius: 100%;
    width: 48px;
    height: 100%;
  }
  
  .accordion-wrapper {
    z-index: 3;
    border-bottom: 1px solid var(--black-border);
    color: var(--black);
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  
  .fullwidth-container {
    border-radius: 32px;
    height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: relative;
    overflow: visible;
  }
  
  .bg-gray {
    color: var(--black);
    background-color: #f2f4f8;
  }
  
  .hint {
    background-color: var(--black-border);
    border-radius: 4px;
    padding: 2px 3px;
    font-size: 60%;
    display: inline-block;
    position: relative;
    top: -1px;
  }
  
  .navbar {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: fixed;
    top: 24px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .preloader {
    z-index: 999;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .preloader-image {
    width: 32px;
    height: 32px;
  }
  
  .bordered-list-item {
    border-bottom: 1px solid var(--black-border);
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  
  .navbar-container {
    background-color: var(--white);
    border-radius: 100px;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px 8px 20px;
    display: flex;
    position: relative;
    box-shadow: inset 0 0 0 1px #eaeef1, 0 4px 30px rgba(0, 0, 0, .05);
  }
  
  .nav-link {
    z-index: 5;
    color: var(--black);
    letter-spacing: -.01em;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: color .3s;
    display: flex;
  }
  
  .nav-link:hover {
    color: var(--module-bg);
  }
  
  .nav-link.w--current {
    background-color: var(--black);
    color: var(--module-bg);
  }
  
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    align-items: stretch;
    height: 100%;
  }
  
  .brand {
    justify-content: center;
    align-items: center;
    width: 160px;
    margin-right: 20px;
    padding: 0;
    display: flex;
  }
  
  .brand.w--current {
    margin-right: 40px;
  }
  
  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 12px;
  }
  
  .small-gap {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  
  .slider {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
  }
  
  .slide-100 {
    margin-right: 80px;
  }
  
  .text-module {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: relative;
  }
  
  .social-link-circle {
    background-color: var(--module-bg);
    color: var(--primary);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    transition: background-color .3s ease-in;
    display: flex;
  }
  
  .social-link-circle:hover {
    background-color: var(--primary);
    color: var(--white);
  }
  .logo-img{
    width: 150px;;
    height: 60px;
    object-fit: contain;
  }
  .logo-trusted{
      width: 200px;
      height: 55px;
      object-fit: cover;
  }
  .logoblanc{
      width: 200px;
      height: 70px;
      object-fit:fill;}
  .background-block {
    z-index: 0;
    background-image: url("https://yabasoft.io/img/home/header2/v2.png");
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }
  
  .hero-desktop-img {
    z-index: 5;
    object-fit: scale-down;
    object-position: 100% 100%;
    width: 100%;
    height: 100%;
  }
  
  .text-field {
    background-color: #eaeef1;
    border: 1px #000;
    border-radius: 8px;
    height: 48px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    transition: background-color .4s, box-shadow .4s;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  }
  
  .text-field:hover {
    background-color: var(--white);
    box-shadow: inset 0 0 0 1px var(--black-border);
  }
  
  .text-field:focus {
    background-color: var(--white);
    color: #171a22;
    box-shadow: inset 0 0 0 1px #2b2a35;
  }
  
  .text-field::placeholder {
    color: #8a8a8e;
  }
  
  .text-field.field-size-large {
    background-color: var(--white);
  }
  
  .submit-button {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color .4s;
    display: flex;
  }
  
  .submit-button:hover {
    background-color: var(--button-hover);
    color: var(--white);
  }
  
  .field-size-large {
    height: 64px;
    font-size: 16px;
  }
  
  .submit-button-large {
    height: 64px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }
  
  
  
  .field-search-icon {
    
  }
  
  .utility-page-wrap {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
  }
  
  .utility-page-content {
    background-color: var(--module-bg);
    text-align: center;
    border-radius: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    padding: 40px;
    display: flex;
  }
  
  .utility-page-form {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .tab-link-inside-image {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    transition: color .4s, background-color .4s;
  }
  
  .tab-link-inside-image:hover, .tab-link-inside-image.w--current {
    background-color: var(--input-hover);
    color: #ff385c;
  }
  
  .play-button {
    background-color: var(--white);
    box-shadow: 0 10px 30px 2px var(--black-border);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    padding: 20px;
    font-size: 32px;
    line-height: 1;
    transition: background-color .4s;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .play-button:hover {
    background-color: var(--black);
  }
  
  .video-bg-wrapper {
    z-index: 5;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--white);
    letter-spacing: -.02em;
    border-radius: 100px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 50%;
    padding: 12px 20px;
    font-weight: 500;
    transition: color .4s, background-color .4s;
    display: grid;
    position: absolute;
  }
  
  .video-bg-wrapper:hover {
    background-color: var(--black);
    color: var(--white);
  }
  
  .no-margin-bottom {
    margin-bottom: 0;
  }
  
  .footer-left {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }
  
  .v-list-gap-24 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }
  
  .blog-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: start;
  }
  
  .bg-transparent {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .text-link-white {
    color: var(--white);
    margin-bottom: 1px;
    transition: color .4s;
    position: relative;
    overflow: hidden;
  }
  
  .text-link-white:hover {
    color: var(--accent);
  }
  
  .tab-link-turn-up {
    grid-column-gap: 48px;
    grid-row-gap: 8px;
    opacity: .25;
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    font-size: 19px;
    font-weight: 600;
    transition: color .4s, opacity .4s;
    display: grid;
  }
  
  .tab-link-turn-up:hover {
    opacity: 1;
  }
  
  .tab-link-turn-up.w--current {
    opacity: 1;
    color: #2b2a35;
    background-color: rgba(0, 0, 0, 0);
  }
  
  .square-press-image {
    object-fit: cover;
    border-radius: 12px;
    width: 128px;
    height: 128px;
  }
  
  .nav-link-wrapper {
    border-radius: 100px;
    justify-content: center;
    align-items: flex-end;
    margin-left: 4px;
    margin-right: 4px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .nav-link-wrapper.purchase {
    background-color: var(--black-border);
  }
  
  .nav-link-bg {
    background-color: var(--black);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .footer-link-large {
    color: var(--primary);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    transition: color .4s;
    position: relative;
    overflow: hidden;
  }
  
  .footer-link-large:hover {
    color: var(--accent);
  }
  
  .webflow-link {
    color: #8a8a8e;
    flex-wrap: wrap;
    align-items: center;
    transition: color .4s;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .webflow-link:hover {
    color: var(--white);
  }
  
  .search-result-wrapper {
    margin-top: 60px;
  }
  
  .search-header-link {
    color: var(--black);
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    transition: color .4s;
  }
  
  .search-header-link:hover {
    color: #007aff;
  }
  
  .search-form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    width: 100%;
    display: grid;
    position: relative;
  }
  
  .search-result-list {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .search-link {
    z-index: 5;
    color: #8a8a8e;
    letter-spacing: -.01em;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }
  
  .nav-menu {
    width: 100%;
    display: flex;
  }
  
  .footer-social {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: -4px;
    display: flex;
    position: relative;
  }
  
  .text-accent {
    color: var(--accent);
  }
  
  .margin-bottom-small {
    color: var(--black);
    margin-bottom: 20px;
  }
  
  .container-hero {
    z-index: 5;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: center;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .snapp-logos-column {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
  
  .module-transparent {
    color: var(--black);
    border-radius: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .social-link-circle-2 {
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px;
    transition: background-color .4s;
    display: flex;
  }
  
  .social-link-circle-2:hover {
    background-color: var(--primary);
  }
  
  .text-link-black-2 {
    color: #1d1d1f;
    transition: color .4s;
    position: relative;
    overflow: hidden;
  }
  
  .text-link-black-2:hover {
    color: #179c96;
  }
  
  .image-bg-desktop-2 {
    z-index: 0;
    opacity: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .blog-entry {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }
  
  .talks-author-date {
    grid-column-gap: 20px;
    align-items: center;
    display: flex;
  }
  
  .read-more {
    grid-column-gap: 8px;
    align-items: center;
    display: flex;
  }
  
  .text-blue-underline {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
  }
  
  .text-blue-underline:hover {
    border-bottom-color: var(--black);
    color: var(--black);
  }
  
  .container-team {
    z-index: 5;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: center;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .image-cover-shadow {
    z-index: 5;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .margin-bot-10 {
    margin-bottom: 8px;
  }
  
  .margin-bot-10.semibold {
    font-weight: 600;
  }
  
  .event-entry {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    display: flex;
  }
  
  .container-features {
    z-index: 5;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .image-was-logo {
    height: 54px;
  }
  
  .module-gradient {
    color: var(--black);
    background-image: url("https://assets-global.website-files.com/635810b251b86c0d78f76c20/635a8bf2989f0f6445afd411_Snapp%20Mobile%20BG.jpg");
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .footer-white {
    background-color: var(--white);
    color: #8a8a8e;
    border-radius: 24px;
    padding: 80px 40px;
    font-size: 14px;
    position: relative;
    overflow: visible;
  }
  
  .html-embed {
    margin-bottom: -4px;
  }
  
  .html-embed-social {
    margin-bottom: -3px;
  }
  
  .image-7, .image-8, .image-9 {
    width: 64px;
  }
  
  .team-image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  
  .team-text {
    padding: 24px 24px 16px;
  }
  
  .team-link {
    background-color: var(--white);
    border-radius: 24px;
    transition: opacity .3s;
  }
  
  .team-link:hover {
    opacity: .8;
  }
  
  .container-snapp {
    z-index: 5;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-image: url("https://assets-global.website-files.com/635810b251b86c0d78f76c20/635a8bf2989f0f6445afd411_Snapp%20Mobile%20BG.jpg");
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 24px;
    position: relative;
  }
  
  .hero-mobile-img {
    z-index: 5;
    object-fit: scale-down;
    object-position: 100% 100%;
    width: 100%;
    height: 100%;
    display: none;
  }
  
  .text-block {
    text-align: left;
  }
  
  .module-button {
    color: var(--black);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .module-button.hide-mobile {
    align-items: center;
  }
  
  .search-results-padding {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  
  .div-block {
    overflow: hidden;
  }
  
  .margin-top {
    margin-top: 120px;
  }
  
  .module-transparent-link {
    color: var(--black);
    border-radius: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    transition: background-color .3s;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .module-transparent-link:hover {
    background-color: rgba(255, 255, 255, .1);
  }
  
  .image-logo {
    height: 40px;
  }
  
  .logo-slider-img {
    border: 1px solid rgba(33, 28, 61, .08);
    border-radius: 16px;
    transition: opacity .2s;
  }
  
  .logo-slider-img:hover {
    opacity: .5;
  }
  
  .slide-nav {
    justify-content: center;
    align-items: center;
    margin-bottom: -10px;
    font-size: 8px;
    display: flex;
  }
  
  .slider-arrow {
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 100px;
    width: 64px;
    height: 64px;
    margin-left: -100px;
    font-size: 16px;
    transition: background-color .4s;
    position: absolute;
    bottom: 40px;
  }
  
  .slider-arrow:hover {
    background-color: rgba(0, 0, 0, .4);
  }
  
  .mask-80 {
    width: 75%;
    overflow: visible;
  }
  
  .event-grid-small {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  
  .module-blog {
    background-color: var(--white);
    color: var(--black);
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .container-logos {
    z-index: 5;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  
  .divider {
    background-color: rgba(134, 134, 139, .15);
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .heading-normal {
    letter-spacing: -.045em;
    max-width: 720px;
    margin-bottom: 16px;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
  }
  
  .vertical-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .eyebrow {
    z-index: 5;
    color: #8a8a8e;
    letter-spacing: -.02em;
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
  }
  
  .image-kotlin {
    z-index: 5;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    flex: none;
    align-self: stretch;
    height: 450px;
    margin: -40px -40px 40px;
    position: relative;
    overflow: hidden;
  }
  
  @media screen and (max-width: 991px) {
    h1 {
      font-size: 56px;
    }
  
    h2 {
      font-size: 38px;
    }
  
    h3 {
      font-size: 26px;
    }
  
    h4 {
      font-size: 22px;
    }
  
    h5 {
      font-size: 19px;
      line-height: 140%;
    }
  
    p {
      font-size: 16px;
    }
  
    .module {
      padding: 20px;
    }
  
    .module.bg-white {
      flex-direction: column;
    }
  
    .heading-reduced {
      font-size: 28px;
    }
  
    .heading-super {
      font-size: 64px;
    }
  
    .container {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      max-width: none;
    }
  
    .container.footer {
      grid-row-gap: 48px;
    }
  
    .grid {
      grid-row-gap: 100px;
      padding: 100px 24px 0;
    }
  
    .grid.intro-space {
      padding-top: 100px;
      padding-bottom: 24px;
    }
  
    .heading-hero {
      font-size: 80px;
      line-height: 1.05;
    }
  
    .margin-bottom {
      margin-bottom: 20px;
    }
  
    .description-hero {
      font-size: 20px;
      line-height: 1.4211;
    }
  
    .button {
      text-align: left;
      font-size: 16px;
      line-height: 130%;
    }
  
    .scaled-wrapper {
      border-radius: 24px;
      width: 100%;
      min-width: auto;
      height: 75vh;
    }
  
    .scaled-wrapper:hover {
      border-radius: 24px;
    }
  
    .image-scaled {
      width: 100%;
      height: 100%;
    }
  
    .width-75 {
      width: 100%;
    }
  
    .fullwidth-container {
      border-radius: 0;
      height: 80vh;
      padding-left: 24px;
      padding-right: 24px;
    }
  
    .fullwidth-container.bg-gray {
      margin-left: -12px;
      margin-right: -12px;
      padding-top: 48px;
      padding-bottom: 240px;
    }
  
    .navbar {
      flex-direction: row;
      align-items: stretch;
      padding-left: 20px;
      padding-right: 20px;
      top: 12px;
    }
  
    .navbar-container {
      flex: 1;
      align-items: center;
    }
  
    .nav-link:hover {
      color: var(--black);
    }
  
    .nav-menu-wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: auto;
      margin-top: 2px;
      padding-left: 12px;
      padding-right: 12px;
      display: flex;
    }
  
    .brand.w--current {
      width: 180px;
    }
  
    .menu-button {
      background-color: var(--primary);
      border-radius: 100px;
      display: flex;
    }
  
    .menu-button.w--open {
      background-color: var(--black);
    }
  
    .small-gap {
      grid-row-gap: 2px;
    }
  
    .hero-desktop-img {
      object-fit: contain;
      object-position: 100% 100%;
    }
  
    .text-field {
      min-width: auto;
    }
  
    .tab-link-inside-image {
      flex: 1;
    }
  
    .tab-link-inside-image:hover {
      color: #2b2a35;
      background-color: rgba(0, 0, 0, 0);
    }
  
    .tab-link-inside-image.w--current {
      background-color: #fff;
    }
  
    .play-button:hover {
      background-color: var(--white);
    }
  
    .video-bg-wrapper {
      max-width: 75%;
    }
  
    .video-bg-wrapper:hover {
      background-color: var(--white);
      color: var(--black);
    }
  
    .no-margin-bottom {
      margin-bottom: 0;
    }
  
    .tab-link-turn-up {
      grid-column-gap: 16px;
      flex: 1;
    }
  
    .tab-link-turn-up:hover {
      opacity: .25;
      color: #2b2a35;
    }
  
    .tab-link-turn-up.w--current:hover {
      opacity: 1;
    }
  
    .nav-link-wrapper {
      margin: 8px;
    }
  
    .nav-menu {
      background-color: var(--white);
      border-radius: 100px;
      justify-content: center;
      align-items: center;
      width: auto;
      overflow: hidden;
      box-shadow: 3px 0 30px rgba(0, 0, 0, .05), inset 0 0 0 1px #eaeef1;
    }
  
    .menu-icon {
      position: absolute;
    }
  
    .container-hero {
      align-content: start;
      max-width: none;
      margin-top: auto;
      margin-bottom: auto;
      padding-top: 100px;
    }
  
    .module-transparent {
      padding: 20px;
    }
  
    .image-bg-desktop-2 {
      opacity: 1;
      object-position: 50% 100%;
      height: 100%;
      position: absolute;
    }
  
    .container-team {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      max-width: none;
    }
  
    .container-features {
      grid-column-gap: 48px;
      grid-row-gap: 64px;
      max-width: none;
    }
  
    .image-was-logo {
      height: 60px;
    }
  
    .module-gradient {
      padding: 20px;
    }
  
    .footer-white {
      border-radius: 24px;
      padding: 40px 20px;
    }
  
    .image-7, .image-8, .image-9, .image-10, .image-11 {
      width: 56px;
    }
  
    .container-snapp {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      max-width: none;
    }
  
    .hero-mobile-img {
      object-fit: contain;
      object-position: 100% 100%;
    }
  
    .module-button {
      padding: 20px;
    }
  
    .margin-top {
      margin-top: 60px;
    }
  
    .div-block-3 {
      display: none;
    }
  
    .module-transparent-link {
      padding: 20px;
    }
  
    .slider-arrow {
      width: 0;
      height: 0;
      display: none;
      bottom: 0;
    }
  
    .container-logos {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  
    .divider {
      margin-top: 36px;
      margin-bottom: 36px;
    }
  
    .heading-normal {
      font-size: 40px;
      line-height: 1.1;
    }
  
    .image-kotlin {
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
      height: 300px;
      margin: -36px -36px 36px;
    }
  }
  
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 50px;
    }
  
    h2 {
      font-size: 36px;
    }
  
    h4 {
      font-size: 21px;
    }
  
    .module {
      border-radius: 20px;
    }
  
    .heading-reduced {
      font-size: 24px;
    }
  
    .heading-super {
      letter-spacing: -.04em;
      margin-bottom: 24px;
      font-size: 48px;
    }
  
    .container, .container.center {
      grid-template-columns: 1fr;
    }
  
    .container.footer {
      grid-row-gap: 64px;
      grid-template-columns: 1fr 1fr;
    }
  
    .container.margin-bottom-small {
      grid-template-columns: 1fr 1fr;
    }
  
    .grid {
      padding-top: 100px;
    }
  
    .grid.intro-space {
      padding: 0 20px 20px;
    }
  
    .heading-hero {
      margin-bottom: 24px;
      font-size: 48px;
    }
  
    .scaled-wrapper {
      border-radius: 20px;
      height: 200vh;
    }
  
    .scaled-wrapper:hover {
      border-radius: 20px;
    }
  
    .width-75 {
      width: 100%;
    }
  
    .button-container-margin-bottom {
      margin-bottom: 0;
    }
  
    .fullwidth-container {
      height: 91vh;
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 0;
      padding-right: 0;
      overflow: visible;
    }
  
    .fullwidth-container.bg-gray {
      background-color: var(--primary);
      margin-left: -24px;
      margin-right: -24px;
      padding: 20vh 0 30vh;
    }
  
    .navbar {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .menu-button {
      width: 48px;
      height: 48px;
    }
  
    .slider {
      overflow: hidden;
    }
  
    .slide-100 {
      margin-right: 0;
    }
  
    .background-block {
      background-size: cover;
      border-radius: 0;
    }
  
    .hero-desktop-img {
      display: none;
    }
  
    .tab-link-inside-image {
      border-radius: 10px;
      padding: 12px;
    }
  
    .no-margin-bottom {
      margin-bottom: 0;
    }
  
    .tab-link-turn-up {
      border-radius: 10px;
      padding: 12px;
    }
  
    .nav-link-wrapper {
      background-color: var(--white);
      margin-top: 4px;
      margin-bottom: 4px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, .05), inset 0 0 0 1px #eaeef1;
    }
  
    .nav-link-wrapper.purchase {
      background-color: var(--accent);
      box-shadow: none;
    }
  
    .footer-link-large {
      font-size: 24px;
    }
  
    .nav-menu {
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0);
      border-radius: 24px;
      flex-direction: column;
      align-items: flex-end;
      padding-bottom: 40px;
    }
  
    .footer-social {
      justify-content: flex-start;
      margin-left: 0;
    }
  
    .container-hero {
      flex-direction: column;
      grid-template-columns: 1fr;
      justify-content: space-between;
      padding: 140px 40px 100px;
      display: flex;
    }
  
    .snapp-logos-column {
      grid-row-gap: 16px;
    }
  
    .module-transparent {
      border-radius: 20px;
    }
  
    .social-link-circle-2 {
      margin-left: 0;
      margin-right: 4px;
    }
  
    .container-team {
      grid-template-columns: 1fr 1fr;
    }
  
    .event-entry {
      padding: 24px;
    }
  
    .container-features {
      grid-template-columns: 1fr;
    }
  
    .image-was-logo {
      height: 60px;
    }
  
    .image-6 {
      height: 80px;
    }
  
    .module-gradient {
      border-radius: 20px;
    }
  
    .container-snapp {
      grid-template-columns: 1fr;
    }
  
    .hero-mobile-img {
      width: 80%;
      display: block;
      position: absolute;
      right: 0;
    }
 
    .module-button {
      border-radius: 20px;
    }
  
    .margin-top {
      margin-top: 140px;
    }
  
    .module-transparent-link {
      border-radius: 20px;
    }
  
    .image-logo {
      height: 40px;
    }
  
    .slide-nav {
      padding-bottom: 20px;
    }
  
    .mask-80 {
      width: 100%;
    }
  
    .event-grid-small {
      grid-template-columns: 1fr;
    }
  
    .module-blog {
      border-radius: 20px;
    }
  
    .container-logos {
      grid-template-columns: 1fr 1fr 1fr;
    }
  
    .eyebrow {
      font-size: 19px;
      line-height: 1.21053;
    }
  
    .image-kotlin {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
  }
    @media screen and (max-width: 1000px) {
      .mobile-menu-color li a {
        color: #000 !important;
      }
    }

  @media screen and (max-width: 479px) {
    h1 {
      font-size: 40px;
    }
  
    h2 {
      font-size: 26px;
      line-height: 130%;
    }
  
    h3 {
      font-size: 22px;
    }
  
    h5 {
      font-size: 18px;
      line-height: 135%;
    }
  
    p {
      font-size: 15px;
    }
  
    .module {
      padding: 20px;
    }
  
    .heading-super {
      font-size: 40px;
    }
  
    .container {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .container.footer {
      grid-row-gap: 40px;
      grid-template-columns: 1fr 1fr;
    }
  
    .grid {
      grid-row-gap: 72px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .grid.intro-space {
      grid-row-gap: 100px;
      padding-bottom: 20px;
    }
  
    .margin-bottom.contact-margin {
      margin-bottom: 220px;
    }
  
    .button {
      flex: 1;
    }
  
    .button.hide-desktop {
      display: flex;
    }
  
    .scaled-wrapper {
      height: 75vh;
    }
  
    .text-small {
      font-size: 14px;
      line-height: 160%;
    }
  
    .button-container-margin-bottom.hide-mobile {
      display: none;
    }
  
    .button-container-margin-bottom.hide-desktop {
      display: block;
    }
  
    .fullwidth-container {
      height: 88vh;
    }
  
    .navbar {
      padding-left: 20px;
    }
  
    .slider {
      overflow: hidden;
    }
  
    .slide-100 {
      margin-right: 0;
    }
  
    .hero-desktop-img {
      object-position: 100% 100%;
      display: none;
    }
  
    .no-margin-bottom {
      margin-bottom: 0;
    }
  
    .blog-grid {
      grid-row-gap: 16px;
    }
  
    .square-press-image {
      width: 80px;
      height: 80px;
    }
  
    .search-form {
      grid-template-columns: 1fr;
    }
  
    .footer-social {
      grid-column-gap: 32px;
      justify-content: flex-start;
    }
  
    .container-hero {
      padding-bottom: 80px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .module-transparent {
      padding: 16px 8px;
    }
  
    .social-link-circle-2 {
      margin-left: 0;
      margin-right: 4px;
    }
  
    .container-team {
      grid-column-gap: 24px;
      grid-row-gap: 40px;
      grid-template-columns: 1fr;
      grid-auto-flow: row;
    }
  
    .image-was-logo {
      height: 41px;
    }
  
    .image-6 {
      height: 70px;
      padding-top: 24px;
    }
  
    .module-gradient {
      padding: 20px;
    }
  
    .footer-white {
      padding: 40px 20px;
    }
  
    .image-7, .image-8, .image-9, .image-10, .image-11 {
      width: 48px;
    }
  
    .image-block {
      padding-top: 24px;
      padding-left: 24px;
      padding-right: 24px;
    }
  
    .team-image {
      border-radius: 12px;
      display: block;
    }
  
    .container-snapp {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      padding-top: 0;
    }
  
    .hero-mobile-img {
      width: 100%;
    }
  
    .module-button {
      padding: 20px;
    }
  
    .module-button.hide-mobile {
      display: none;
    }
  
    .module-transparent-link {
      padding: 16px 8px;
    }
  
    .image-logo {
      height: 24px;
    }
  
    .logo-slider-img {
      border-radius: 12px;
    }
  
    .mask-80 {
      width: 100%;
    }
  
    .event-grid-small {
      grid-column-gap: 20px;
      grid-row-gap: 0px;
    }
  
    .container-logos {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-columns: 1fr 1fr 1fr;
    }
  
    .divider {
      margin-top: 24px;
      margin-bottom: 24px;
    }
  
    .image-kotlin {
      height: 200px;
      margin-top: -24px;
      margin-left: -24px;
      margin-right: -24px;
    }
  }
  
  #w-node-_4787fbec-fa07-a81f-51fa-fc010ca4b7e7-c9f76c33, #w-node-_4787fbec-fa07-a81f-51fa-fc010ca4b7ec-c9f76c33 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
  
  #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b1-c9f76c33 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
  
  #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b3-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b4-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b5-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b6-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b7-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b8-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b9-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065ba-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065bb-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065bc-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_6c89b6c0-11d2-175e-f281-1561111db0f1-c9f76c33, #w-node-_6c89b6c0-11d2-175e-f281-1561111db0fb-c9f76c33, #w-node-_6c89b6c0-11d2-175e-f281-1561111db0fd-c9f76c33, #w-node-_27f0db69-d4bc-7251-dc94-c1e93394399d-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
  
  #w-node-c1f491ac-6569-92f4-4067-20425880033f-c9f76c33 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
  
  #w-node-c1f491ac-6569-92f4-4067-204258800342-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-c1f491ac-6569-92f4-4067-204258800348-c9f76c33 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
  
  #w-node-c1f491ac-6569-92f4-4067-20425880034b-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-c1f491ac-6569-92f4-4067-204258800351-c9f76c33 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
  
  #w-node-c1f491ac-6569-92f4-4067-204258800354-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b84-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
  
  #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b85-c9f76c33 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }
  
  #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b88-c9f76c33 {
    grid-area: span 4 / span 6 / span 4 / span 6;
    align-self: center;
  }
  
  #w-node-f8e17225-2576-4b4b-6013-60899c4565d2-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-f8e17225-2576-4b4b-6013-60899c4565d3-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d5-c9f76c33, #w-node-_290354f5-18cc-e21e-4d91-9f387b7ad6b1-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d9-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565db-c9f76c33 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }
  
  #w-node-_3aa10735-e533-860b-ae4c-c1cdadeaafc7-c9f76c33 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
  
  #w-node-_7a6d3cdc-1e8f-eadd-d7e0-8e28c4386dc0-c9f76c33, #w-node-_4c2a0df1-3ac4-16f8-9f77-ceb062f9dd94-c9f76c33, #w-node-d36aada0-310f-4bf3-7165-56d1af1c8595-c9f76c33, #w-node-d36aada0-310f-4bf3-7165-56d1af1c8596-c9f76c33, #w-node-_8e497ea5-3581-ddac-8ce3-da65ceb5b840-c9f76c33, #w-node-_8e497ea5-3581-ddac-8ce3-da65ceb5b841-c9f76c33, #w-node-_5a10658c-2b5d-27b8-6c18-76901d8375d1-c9f76c33, #w-node-_5a10658c-2b5d-27b8-6c18-76901d8375d2-c9f76c33, #w-node-de6dd5bc-7f5e-109b-244b-7df1c8d6eef1-c9f76c33, #w-node-de6dd5bc-7f5e-109b-244b-7df1c8d6eef2-c9f76c33 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
  
  #w-node-_7937cba0-497e-735e-be6e-b6d5c3470a00-c9f76c33 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: stretch;
    justify-self: center;
  }
  
  #w-node-_20f2de11-9613-ead2-a951-68ca813cb2fb-c9f76c33, #w-node-d285043d-b988-a57e-ffcf-9539261f4129-c9f76c33 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
  
  #w-node-d285043d-b988-a57e-ffcf-9539261f412b-c9f76c33 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
  
  #w-node-d285043d-b988-a57e-ffcf-9539261f412e-c9f76c33 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: end;
    justify-self: end;
  }
  
  #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392da-c9f76c33 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }
  
  #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392dd-c9f76c33 {
    align-self: center;
  }
  
  #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073e7-c9f76c33 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }
  
  #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073ea-c9f76c33 {
    align-self: center;
  }
  
  #w-node-a5ed32cb-0014-4242-78ab-adfa277e6414-c9f76c33 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
  
  #w-node-a5ed32cb-0014-4242-78ab-adfa277e6417-c9f76c33 {
    align-self: center;
  }
  
  #w-node-bf402f90-6fb4-1e8b-0d9f-232168b265d6-c9f76c33 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
  
  #w-node-bf402f90-6fb4-1e8b-0d9f-232168b265d9-c9f76c33 {
    align-self: center;
  }
  
  #w-node-fbaf4b54-d02b-3f4b-51c9-9c892f6b06b2-c9f76c33 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: end;
    justify-self: end;
  }
  
  #w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36cb-c9f76c33 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
  
  #w-node-_134fdc7d-520a-d2d5-309b-dbbf89dd292d-c9f76c33 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
  
  #w-node-fd46cb5d-52bd-50cd-d61a-45b77ecb2a40-c9f76c33 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: end;
    justify-self: end;
  }
  
  #w-node-b13e32a6-e3e8-189c-0b6a-1ef06fe121c2-c9f76c33, #w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36d7-c9f76c33, #w-node-_5b3c31a6-32e0-f89f-f038-a7a199f07a7d-c9f76c33, #w-node-_31864ca8-9e60-b534-3363-aef278e1bf75-c9f76c33 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
  
  #w-node-f5327360-1388-8220-f40e-43e393929433-c9f76c33 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: end;
    justify-self: end;
  }
  
  #w-node-_098ef1bc-ad80-4fd6-0c3d-7a71b5a6601d-c9f76c33, #w-node-_23d6508b-1bff-23c5-277d-0c2295f3c950-c9f76c33 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
  
  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b20-c9f76c33 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }
  
  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-c9f76c33, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-c9f76c33 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
  
  #w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
  
  #w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
  
  #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9d-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453ea0-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453ea3-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453ea6-699e24ba {
    justify-self: start;
  }
  
  #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-d35063cf-7f41-0cd4-651a-f7f4fa7128d4-699e24ba {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: center;
  }
  
  #w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
  
  #w-node-_603c9b50-81cb-2da4-fa45-a45862b738ca-4df76c47, #w-node-_6033da0e480ae67cb988ce3100000000000e-4df76c47, #w-node-f0a25712-e974-6fd6-15c0-64b75823e38c-cef76c48, #w-node-_6033da266274471679e6985800000000000d-cef76c48 {
    justify-self: center;
  }
  
  #w-node-_811f2475-5276-d66d-5fa1-8ca312970b40-c9f76d5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-c0ca210d-1348-4aa4-93f6-62f8e4746606-c9f76d5e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
  
  #w-node-_8d920393-823c-5d64-fa1c-b101318a8210-c9f76d5e {
    grid-area: 2 / 3 / 3 / 11;
  }
  
  #w-node-_7bfc13fc-82ac-d055-1bf6-0f8c96878d15-92446674 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }
  
  #w-node-_0c8dc9ca-1180-3f5f-19d8-3142bddbf4d0-92446674, #w-node-_31131b39-6160-c478-5898-7a458851a525-92446674, #w-node-c53771aa-9641-5b71-42f6-85a1bdfbe39a-92446674, #w-node-af8f7d3d-5ee9-5ba5-d384-3329fc9f8e07-92446674 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
  
  #w-node-_9f2fa572-77cb-5b20-8b5a-036e384b4b33-6ca3f3a9 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
  
  #w-node-_9f2fa572-77cb-5b20-8b5a-036e384b4b3c-6ca3f3a9, #w-node-_9f2fa572-77cb-5b20-8b5a-036e384b4b3f-6ca3f3a9 {
    order: -9999;
  }
  
  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-6ca3f3a9, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-6ca3f3a9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
  
  @media screen and (max-width: 991px) {
    #w-node-_4787fbec-fa07-a81f-51fa-fc010ca4b7e7-c9f76c33 {
      grid-area: span 1 / span 12 / span 1 / span 12;
    }
  
    #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b1-c9f76c33 {
      grid-column: span 4 / span 4;
    }
  
    #w-node-c1f491ac-6569-92f4-4067-20425880033f-c9f76c33, #w-node-c1f491ac-6569-92f4-4067-204258800348-c9f76c33 {
      grid-column: span 6 / span 6;
    }
  
    #w-node-c1f491ac-6569-92f4-4067-204258800351-c9f76c33 {
      grid-column: span 12 / span 12;
    }
  
    #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b84-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b85-c9f76c33 {
      grid-column: span 6 / span 6;
    }
  
    #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b88-c9f76c33 {
      grid-column-start: 1;
    }
  
    #w-node-f8e17225-2576-4b4b-6013-60899c4565d2-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-f8e17225-2576-4b4b-6013-60899c4565d3-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d5-c9f76c33, #w-node-_290354f5-18cc-e21e-4d91-9f387b7ad6b1-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d9-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565db-c9f76c33 {
      grid-column: span 6 / span 6;
    }
  
    #w-node-_7937cba0-497e-735e-be6e-b6d5c3470a00-c9f76c33 {
      grid-column: span 12 / span 12;
    }
  
    #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392da-c9f76c33, #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073e7-c9f76c33 {
      grid-column: span 6 / span 6;
    }
  
    #w-node-_098ef1bc-ad80-4fd6-0c3d-7a71b5a6601d-c9f76c33, #w-node-_23d6508b-1bff-23c5-277d-0c2295f3c950-c9f76c33 {
      grid-column: span 12 / span 12;
    }
  
    #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b20-c9f76c33 {
      grid-area: span 2 / span 6 / span 2 / span 6;
    }
  
    #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-c9f76c33, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-c9f76c33 {
      grid-column: span 6 / span 6;
    }
  
    #w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba {
      grid-area: span 1 / span 12 / span 1 / span 12;
    }
  
    #w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba {
      grid-area: span 1 / span 6 / span 1 / span 6;
    }
  
    #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba {
      grid-column: span 6 / span 6;
    }
  
    #w-node-d35063cf-7f41-0cd4-651a-f7f4fa7128d4-699e24ba, #w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
      grid-column: span 12 / span 12;
    }
  
    #w-node-_8d920393-823c-5d64-fa1c-b101318a8210-c9f76d5e {
      grid-area: span 1 / span 12 / span 1 / span 12;
    }
  
    #w-node-_31131b39-6160-c478-5898-7a458851a525-92446674, #w-node-c53771aa-9641-5b71-42f6-85a1bdfbe39a-92446674, #w-node-af8f7d3d-5ee9-5ba5-d384-3329fc9f8e07-92446674 {
      grid-column: span 12 / span 12;
    }
  
    #w-node-_9f2fa572-77cb-5b20-8b5a-036e384b4b33-6ca3f3a9 {
      grid-area: span 1 / span 12 / span 1 / span 12;
    }
  
    #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-6ca3f3a9, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-6ca3f3a9 {
      grid-column: span 6 / span 6;
    }
  }
  
  @media screen and (max-width: 767px) {
    #w-node-_4787fbec-fa07-a81f-51fa-fc010ca4b7e7-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b1-c9f76c33 {
      grid-column: span 3 / span 3;
    }
  
    #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b3-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b4-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_6c89b6c0-11d2-175e-f281-1561111db0f1-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_6c89b6c0-11d2-175e-f281-1561111db0fb-c9f76c33 {
      order: -9999;
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_6c89b6c0-11d2-175e-f281-1561111db0fd-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-c1f491ac-6569-92f4-4067-20425880033f-c9f76c33, #w-node-c1f491ac-6569-92f4-4067-204258800348-c9f76c33, #w-node-c1f491ac-6569-92f4-4067-204258800351-c9f76c33, #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b84-c9f76c33, #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b85-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b88-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-f8e17225-2576-4b4b-6013-60899c4565d2-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d3-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d5-c9f76c33, #w-node-_290354f5-18cc-e21e-4d91-9f387b7ad6b1-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d9-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565db-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_3aa10735-e533-860b-ae4c-c1cdadeaafc7-c9f76c33 {
      grid-column: span 2 / span 2;
    }
  
    #w-node-_7a6d3cdc-1e8f-eadd-d7e0-8e28c4386dc0-c9f76c33, #w-node-d36aada0-310f-4bf3-7165-56d1af1c8595-c9f76c33, #w-node-_8e497ea5-3581-ddac-8ce3-da65ceb5b840-c9f76c33, #w-node-_5a10658c-2b5d-27b8-6c18-76901d8375d1-c9f76c33, #w-node-de6dd5bc-7f5e-109b-244b-7df1c8d6eef1-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_7937cba0-497e-735e-be6e-b6d5c3470a00-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_20f2de11-9613-ead2-a951-68ca813cb2fb-c9f76c33, #w-node-d285043d-b988-a57e-ffcf-9539261f4129-c9f76c33, #w-node-d285043d-b988-a57e-ffcf-9539261f412b-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-d285043d-b988-a57e-ffcf-9539261f412e-c9f76c33 {
      grid-column: span 1 / span 1;
      justify-self: end;
    }
  
    #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392da-c9f76c33, #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073e7-c9f76c33, #w-node-a5ed32cb-0014-4242-78ab-adfa277e6414-c9f76c33, #w-node-bf402f90-6fb4-1e8b-0d9f-232168b265d6-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-fbaf4b54-d02b-3f4b-51c9-9c892f6b06b2-c9f76c33 {
      grid-column: span 1 / span 1;
      justify-self: end;
    }
  
    #w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36cb-c9f76c33, #w-node-_134fdc7d-520a-d2d5-309b-dbbf89dd292d-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-fd46cb5d-52bd-50cd-d61a-45b77ecb2a40-c9f76c33 {
      grid-column: span 1 / span 1;
      justify-self: end;
    }
  
    #w-node-b13e32a6-e3e8-189c-0b6a-1ef06fe121c2-c9f76c33, #w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36d7-c9f76c33, #w-node-_5b3c31a6-32e0-f89f-f038-a7a199f07a7d-c9f76c33, #w-node-_31864ca8-9e60-b534-3363-aef278e1bf75-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-f5327360-1388-8220-f40e-43e393929433-c9f76c33 {
      grid-column: span 1 / span 1;
      justify-self: end;
    }
  
    #w-node-_098ef1bc-ad80-4fd6-0c3d-7a71b5a6601d-c9f76c33, #w-node-_23d6508b-1bff-23c5-277d-0c2295f3c950-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #contact.w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b1f-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b20-c9f76c33 {
      grid-area: span 5 / span 12 / span 5 / span 12;
    }
  
    #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-c9f76c33, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-c9f76c33 {
      grid-column: span 6 / span 6;
    }
  
    #w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba {
      grid-column: span 2 / span 2;
    }
  
    #w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba {
      grid-column: span 1 / span 1;
    }
  
    #w-node-d35063cf-7f41-0cd4-651a-f7f4fa7128d4-699e24ba, #w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
      grid-column: span 2 / span 2;
      justify-self: start;
    }
  
    #w-node-c0ca210d-1348-4aa4-93f6-62f8e4746606-c9f76d5e, #w-node-_8d920393-823c-5d64-fa1c-b101318a8210-c9f76d5e {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_31131b39-6160-c478-5898-7a458851a525-92446674, #w-node-c53771aa-9641-5b71-42f6-85a1bdfbe39a-92446674, #w-node-af8f7d3d-5ee9-5ba5-d384-3329fc9f8e07-92446674 {
      grid-column: span 12 / span 12;
    }
  
    #w-node-_9f2fa572-77cb-5b20-8b5a-036e384b4b33-6ca3f3a9, #contact.w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b1f-6ca3f3a9 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-6ca3f3a9, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-6ca3f3a9 {
      grid-column: span 6 / span 6;
    }
  }
  
  @media screen and (max-width: 479px) {
    #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b1-c9f76c33 {
      grid-column: span 3 / span 3;
      align-self: center;
    }
  
    #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b3-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b4-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b5-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b6-c9f76c33, #w-node-_3aa10735-e533-860b-ae4c-c1cdadeaafc7-c9f76c33, #w-node-_7a6d3cdc-1e8f-eadd-d7e0-8e28c4386dc0-c9f76c33, #w-node-d36aada0-310f-4bf3-7165-56d1af1c8595-c9f76c33, #w-node-_8e497ea5-3581-ddac-8ce3-da65ceb5b840-c9f76c33, #w-node-_5a10658c-2b5d-27b8-6c18-76901d8375d1-c9f76c33, #w-node-de6dd5bc-7f5e-109b-244b-7df1c8d6eef1-c9f76c33, #w-node-_7937cba0-497e-735e-be6e-b6d5c3470a00-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-d285043d-b988-a57e-ffcf-9539261f412b-c9f76c33 {
      grid-column: span 2 / span 2;
    }
  
    #w-node-d285043d-b988-a57e-ffcf-9539261f412e-c9f76c33 {
      grid-column: span 2 / span 2;
      justify-self: stretch;
    }
  
    #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392dd-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392de-c9f76c33 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073ea-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073eb-c9f76c33 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-a5ed32cb-0014-4242-78ab-adfa277e6417-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-a5ed32cb-0014-4242-78ab-adfa277e6418-c9f76c33 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-bf402f90-6fb4-1e8b-0d9f-232168b265d9-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-bf402f90-6fb4-1e8b-0d9f-232168b265da-c9f76c33 {
      grid-area: 2 / 1 / 3 / 2;
    }
  
    #w-node-fbaf4b54-d02b-3f4b-51c9-9c892f6b06b2-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
      align-self: end;
      justify-self: stretch;
    }
  
    #our-blog.w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36ca-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_134fdc7d-520a-d2d5-309b-dbbf89dd292d-c9f76c33 {
      grid-column: span 2 / span 2;
    }
  
    #w-node-fd46cb5d-52bd-50cd-d61a-45b77ecb2a40-c9f76c33 {
      grid-column: span 2 / span 2;
      justify-self: stretch;
    }
  
    #w-node-b13e32a6-e3e8-189c-0b6a-1ef06fe121c4-c9f76c33, #w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36d9-c9f76c33, #w-node-_5b3c31a6-32e0-f89f-f038-a7a199f07a7f-c9f76c33, #w-node-_31864ca8-9e60-b534-3363-aef278e1bf77-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-f5327360-1388-8220-f40e-43e393929433-c9f76c33 {
      grid-area: span 1 / span 1 / span 1 / span 1;
      align-self: end;
      justify-self: stretch;
    }
  
    #w-node-_098ef1bc-ad80-4fd6-0c3d-7a71b5a6601d-c9f76c33 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b20-c9f76c33 {
      grid-row: span 1 / span 1;
    }
  
    #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-c9f76c33, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-c9f76c33 {
      grid-column: span 12 / span 12;
    }
  
    #w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba, #w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba, #w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
      grid-column: span 2 / span 2;
    }
  
    #w-node-_7bfc13fc-82ac-d055-1bf6-0f8c96878d15-92446674, #w-node-_0c8dc9ca-1180-3f5f-19d8-3142bddbf4d0-92446674, #w-node-_31131b39-6160-c478-5898-7a458851a525-92446674, #w-node-c53771aa-9641-5b71-42f6-85a1bdfbe39a-92446674, #w-node-af8f7d3d-5ee9-5ba5-d384-3329fc9f8e07-92446674 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-6ca3f3a9, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-6ca3f3a9 {
      grid-column: span 12 / span 12;
    }
  }
  
  @font-face {
    font-family: 'Silka';
    src: url('https://uploads-ssl.webflow.com/635810b251b86c0d78f76c20/635a5f936f2b1eb70132340d_Silka%20Regular.eot') format('embedded-opentype'), url('https://uploads-ssl.webflow.com/635810b251b86c0d78f76c20/635a5f936c1c8e3018c4caf3_Silka%20Regular.woff') format('woff'), url('https://uploads-ssl.webflow.com/635810b251b86c0d78f76c20/635a5f93aac5001521900235_Silka%20Regular.ttf') format('truetype'), url('https://uploads-ssl.webflow.com/635810b251b86c0d78f76c20/635a5f93b55609fc565a6d91_Silka%20Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Silka';
    src: url('https://uploads-ssl.webflow.com/635810b251b86c0d78f76c20/635a5fac9c531455aaf0be93_Silka%20SemiBold.eot') format('embedded-opentype'), url('https://uploads-ssl.webflow.com/635810b251b86c0d78f76c20/635a5facc3f026221ad5d9c9_Silka%20SemiBold.woff') format('woff'), url('https://uploads-ssl.webflow.com/635810b251b86c0d78f76c20/635a5facf3c8a42f434b65e9_Silka%20SemiBold.ttf') format('truetype'), url('https://uploads-ssl.webflow.com/635810b251b86c0d78f76c20/635a5facccf68263d86c7a49_Silka%20SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
.textrusted{
  margin-top: 10px;
}
  section {
    display:flex;
    flex-flow:column;
    align-items:center;
    div.container {
      transition:all .3s ease;
      h1 { margin:15px 0 0 0; }
      h3 { margin:0 0 25px 0; }
    }
    @media (max-width:992px) { padding:0 20px 0 20px; }
  }
  section.slide-option {
    margin:50px 0 0px 0;
    .no-marg { margin:0 0 0 0; }
  }
  
  div.highway-slider {
    display:flex;
    justify-content:center;
    width:100%;
    height:150px;
    div.highway-barrier {
      overflow:hidden;
      position:relative;
    }
    ul.highway-lane {
      display:flex;
      height:100%;
      li.highway-car {
        flex:1;
        display:flex;
        justify-content:center;
        align-items:center;
        background:#fff;
        color:#343434;
      }
    }
  }
  
  @keyframes translatestf {
    0% { transform:translateX(100%);  }
    100% { transform:translateX(-500%);  }
  }
  #stffull div.highway-barrier {
    ul.highway-lane {
      width:500%;
      li.highway-car {
        animation:translatestf 30s linear infinite;
        h4 { font-size:28px; }
      }
    }
  }
  
  @keyframes translateinfinite {
    100% { transform:translateX(calc(-180px * 12));  }
  }
  #infinite div.highway-barrier {
    background:#fff;
    
    &::before,
    &::after {
      content: " ";
      position:absolute;
      z-index:9;
      width:180px;
      height:100%;	
    }
    &::before {
      top:0;left:0;
      background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }
    &::after {
      top:0;right:0;
      background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }
    ul.highway-lane {
      width:calc(180px * 24);
      li.highway-car {
        width:180px;
        animation:translateinfinite 25s linear infinite;
        span.fab {
          font-size:65px;
        }
      }
    }
  }