@font-face {
    font-family: Inter;
    src: url(./Inter-VariableFont_opsz_wght-c8O0ljhh.ttf);
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}


.under-dev {
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: #140c59;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    align-items: center;
    justify-content: center
}

.under-dev svg {
    width: 20vw;
    height: auto
}

@media (orientation: landscape) {
    .br-mobile {
        display: none
    }

    .br-desktop {
        display: block
    }
}

@media (orientation: landscape) and (max-width: 1080px) {
    .under-dev {
        display: flex;
        opacity: 1;
        visibility: visible
    }
}

@media (orientation: portrait) {
    .br-mobile {
        display: block
    }

    .br-desktop {
        display: none
    }
}

#hero-section {
    width: 100%;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: visible;
    z-index: -1
}

.difumado-hero {
    filter: unset !important;
    -webkit-filter: unset !important;
    width: 150vw;
    height: 100vw;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(#0034a1, #0000 65%)
}

h1 {
    color: #fff;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

#hero-section p {
    color: #fff;
    text-align: center;
    font-family: SF Pro Display;
    font-size: clamp(16px, 1.6vw, 1.6rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    z-index: 1;
    position: relative;
}

#story-section {
    width: 100%;
    padding: 0 2.5vw;
    position: relative;
    overflow: hidden;
    padding-top: 5vw;
}

.founders {
    padding-bottom: 150px !important;
}

#story-section h2 {
    color: #fff;
    font-family: SF Pro Display;
    font-size: 3vw;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    text-align: center;
}

#story-section h2 span {
    font-weight: 400
}

#story-section .text {
    color: #fff;
    font-family: SF Pro Display;
    font-size: 2.59375vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: calc(1.25vw * .83);
    margin-left: 34vw;
    display: none !important
}

#story-section p {
    color: #fff;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17;
    margin: 0 auto;
    margin-top: 20px;
   
}

#story-section p.author {
	  font-size: 32px;
}
#story-section p strong {
    font-weight: 400
}

#story-section .our-story {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: SF Pro Display;
    font-size: 23.34375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    opacity: .075;
    color: #64c2e68c;
    pointer-events: none
}

#figures-section {
    width: 100%;
    height: initial;
    position: relative;
    margin-top: 5vw;
    padding: 5vw 5vw;
    overflow: visible;
    z-index: 1;
}

#figures-section .bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1
}

.figures-img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
    object-position: top center;
    margin-right: 5%;
    display: none !important
}

.figures {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0 3.5vw
}

.figure {
    display: flex;
    flex-direction: column;
    align-items: center
}

.samples-container {
    color: #fff;
    text-align: center;
    font-family: SF Pro Display;
    font-size: calc(3vw * .83);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1.3363vw;
    display: flex;
    align-items: center
}

/* #video-popup {
    display: none;
} */

.samples-scroller {
    height: calc(3vw * .83);
    overflow: hidden
}

.figure:nth-of-type(1) .samples-container .samples-scroller {
    width: calc(10vw * .83);
}

.figure:nth-of-type(2) .samples-container .samples-scroller {
    width: 5.32vw;
}

.figure:nth-of-type(3) .samples-container .samples-scroller {
    width: calc(14vw * .83);
}

.samples {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end
}

.figure span {
    display: block;
    color: #fff;
    text-align: center;
    font-family: SF Pro Display;
    font-size: calc(1.5vw * .83);
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

#figures-section h2 {
    color: #fff;
    font-family: SF Pro Display;
    font-size: 5.1875vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 150%)
}

#timeline-section {
    width: 100%;
    height: 400vh;
    position: relative;
    margin-top: -50vh;
    margin-bottom: 10vw;
    overflow: visible
}

.canvas-world-wrapper {
    width: 100%;
    height: 100vh
}

.world-html {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%
}

.milestone-wrapper {
    width: 3.32vw;
    height: 3.32vw;
    overflow: visible
}

.milestone {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #0788ce;
    background-color: #0788ce7e;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 0 5px #0788ce;
    border-radius: 50%;
    overflow: visible
}

.milestone:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    border: 1px solid #0788ce;
    border-radius: 50%
}

.milestone:after {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-image: url(../milestone_icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.milestone-text {
    color: #fff;
    font-family: SF Pro Display;
    font-size: 1.55625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(0, 0, 0, .25);
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translate(-50%)
}

.milestone-year {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(100, 194, 230, .55);
    font-family: SF Pro Display;
    font-size: 6.225vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    position: absolute;
    top: 0;
    transform: translateY(-125%);
    color: transparent
}

.milestone-year.right {
    right: 400%
}

.milestone-year.right:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #64c2e6;
    bottom: 0;
    left: 50%;
    transform: translate(0)
}

.milestone-year.right:before {
    content: " ";
    position: absolute;
    width: 30%;
    height: 1px;
    background-color: #64c2e6;
    bottom: 0;
    left: 150%;
    transform: translate(0) rotate(38.5deg);
    transform-origin: left center
}

.milestone-year.left {
    left: 400%
}

.milestone-year.left:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #64c2e6;
    bottom: 0;
    right: 50%;
    transform: translate(0)
}

.milestone-year.left:before {
    content: " ";
    position: absolute;
    width: 26.5%;
    height: 1px;
    background-color: #64c2e6;
    bottom: 0;
    right: 150%;
    transform: translate(0) rotate(-42.5deg);
    transform-origin: right center
}

canvas.world {
    width: 100%;
    height: 100%
}

.welcome {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 2.5vw;
    place-items: center;
    position: absolute;
    bottom: -5vw;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
    display: none !important
}

.welcome p {
    color: #fff;
    text-align: center;
    font-family: SF Pro Display;
    font-size: .93375vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    width: initial
}

.welcome span {
    width: calc(4.1875vw * .83);
    height: 1px;
    background-color: #fff;
    display: block;
    opacity: .35
}

.welcome span,
.welcome p {
    margin: 0;
    padding: 0
}

.welcome .arrows {
    position: absolute;
    top: 150%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.welcome .arrows img {
    width: calc(.815vw * .83);
    height: 0calc (.4075vw * .83)
}

.welcome .arrows img:first-of-type {
    opacity: .35
}

#tech-section {
    width: 100%;
    padding: 0
}

.tech-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: auto
}

.tech-wrapper h2 {
    color: #fff;
    font-family: SF Pro Display;
    font-size: 5.375vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.tech-wrapper h2 span,
.tech-wrapper h2 strong {
    display: block
}

.scaled-img-container,
.img-particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.scaled-img-container .scaled-img {
    width: 28.37875vw;
    height: 42.5725vw;
    flex-shrink: 0;
    z-index: 0;
    pointer-events: none;
}

.img-particles-container .img-particles {
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: -1;
    opacity: .25
}

.quote {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: calc(8.69vw * .83);
    width: 100%;
    margin-top: -25vw !important;
    padding: 0 2.5vw;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    max-width: 1500px;
    margin: 0 auto;
}

.cto {
    width: calc(29.3125vw * .83);
    height: calc(33.0625vw * .83);
    border-radius: calc(1.4375vw * .83);
    object-fit: cover;
    overflow: hidden;
    grid-column: 1 / 2;
    grid-row: 1 / 3
}

.value {
    color: #fff;
    font-family: SF Pro Display;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding-bottom: 50px;
}

.author span {
    font-size: 20px;
    line-height: 1.5;
	color: #e5502c !important;
}
.splide__slide .left-qute img{
	 filter: grayscale(100%);
	 transition: all .5s ease;
}.splide__slide:hover .left-qute img{
	 filter: grayscale(0%);
	 
}
.about-six-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-six__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about-six__bg.dark-mode::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, #131b24 41.73%, rgba(19, 27, 36, 0.03) 75.54%);
}
.about-six__wrp {
  max-width: 1370px;
  margin: 0 auto;
}
.about-six__image {
  max-width: 611px;
}
.about-six__image img {
  width: 100%;
}
.pb-0{
	padding-bottom:0 !important;
}
.pt-0{
	padding-top:0 !important;
}
.left-qute{
	    width: 40%;
    justify-content: end;
    display: flex;
}
.about-six__item {
  padding: 60px 0;
  width: 100%;
}
.about-six__item .text {
  font-weight: 500;
  color: var(--black);
  margin-top: 10px;
}
.about-six__item .number {
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-six__item .number span {
  font-size: 16px;
  font-family: var(--font-body);
  margin: 0 15px;
}
.about-six__item .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}
.text {
    color: #fff;
    font-family: SF Pro Display;
    font-size: 2.59375vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    position: relative;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: block
}

.text img {
    width: 70px;
    height: 4.66875vw;
    display: block;
    margin-bottom: 2.6975vw;
}

#white-section {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative
}

#white-section>.img-particles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: auto;
    pointer-events: none;
    z-index: -1;
    opacity: .25
}

.eng-span {
    color: #140c59;
    font-family: Inter;
    font-size: calc(.9375vw * .83);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.62vw;
    height: calc(2.75vw * .83);
    background: #140c5914;
    border-radius: 1.55625vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 1.9671vw;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important
}

.eng-span .icon {
    width: calc(1.6875vw * .83);
    height: calc(1.6875vw * .83);
    margin-right: calc(1.13vw * .83);
    display: block
}

.eng-span .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    margin-bottom: calc(2.5vw * .83);
    display: block
}

#white-section .bck {
    position: absolute;
    opacity: .6;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0
}

#white-section>.img-particles {
    opacity: .25;
    z-index: 0;
    pointer-events: none
}

#white-section p {
    color: #140c59;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 4.04625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.18;
    position: relative;
    z-index: 1
}

.articles-carousel {
    opacity: 0;
    visibility: hidden
}

@media (orientation: portrait) {
    .difumado-hero {
        top: 45%;
        width: 200vw;
        height: 200vw;
        background: radial-gradient(#0034a1, #0000 50%);
        opacity: .8
    }

    h1 {
        font-size: 8.5vw
    }

    #hero-section p {
        font-weight: 400
    }

    #story-section {
        width: 100%;
        padding: 0 2.5vw;
        position: relative;
        overflow: hidden;
        padding-top: 100px;
    }

    #story-section h2 {
        font-size: 7vw
    }

    #story-section .text {
        font-size: 3.5vw;
        margin-top: 14vw;
        margin-left: 0;
        align-self: flex-end;
        display: block;
        width: initial
    }

    #story-section p {
        font-size: 5.25vw;
        margin-top: 8.48vw;
        width: 95%
    }

    #story-section .our-story {
        transform: translate(-50%, -10%);
        -webkit-text-stroke-width: .55px;
        font-size: 62vw
    }

    #figures-section {
        width: 100%;
        height: initial;
        position: relative;
        margin-top: 15vw;
        padding: 15vw 5vw;
        overflow: visible
    }

    #figures-section .bg {
        width: 200%;
        opacity: 1;
        height: auto;
        z-index: -1
    }

    .figures-img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
        object-position: top center;
        margin-right: 0;
        display: block;
        transform: translate(-2%)
    }

    .figures {
        display: grid;
        grid-template-columns: 1fr;
        /* padding: 9px 2vw; */
        margin-top: 2vw;
        gap: 30px;
    }

    .figure:nth-of-type(1) .samples-container .samples-scroller {
        width: 18vw
    }

    .figure:nth-of-type(2) .samples-container .samples-scroller {
        width: 18vw
    }

    .figure:nth-of-type(3) .samples-container .samples-scroller {
        width: 18.5vw
    }

    .samples-container {
        font-size: calc(1.134vw * 6);
        margin-bottom: calc(.33vw * 10)
    }

    .samples-scroller {
        height: calc(1.134vw * 6)
    }

    .figure span {
        font-size: calc(.4vw * 6)
    }

    #figures-section h2 {
        font-size: 12.5vw
    }

    #timeline-section {
        width: 100%;
        height: 800vh;
        position: relative;
        margin-top: -60vh;
        margin-bottom: 0
    }

    .canvas-world-wrapper {
        width: 100%
    }

    .world-html {
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .milestone-wrapper {
        width: 6.6vw;
        height: 6.6vw
    }

    .milestone {
        border: 1px solid #0788ce;
        background-color: #0788ce7e;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(2px);
        box-shadow: 0 0 5px #0788ce;
        border-radius: 50%;
        overflow: visible
    }

    .milestone:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 70%;
        border: 1px solid #0788ce;
        border-radius: 50%
    }

    .milestone:after {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        background-image: url(../milestone_icon.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat
    }

    .milestone-text {
        font-size: 3.0625vw;
        top: 125%;
        left: 50%;
        transform: translate(-50%)
    }

    .milestone-year {
        -webkit-text-stroke-width: .83px;
        font-size: 8vw;
        line-height: 1.2;
        transform: translateY(-135%)
    }

    .milestone-year.right {
        right: 200%
    }

    .milestone-year.right:after {
        content: " ";
        position: absolute;
        width: 70%;
        height: 1px;
        background-color: #64c2e6;
        bottom: 0;
        left: 50%;
        transform: translate(0)
    }

    .milestone-year.right:before {
        content: " ";
        position: absolute;
        width: 30.5%;
        height: 1px;
        background-color: #64c2e6;
        bottom: 0;
        left: 120%;
        transform: translate(0) rotate(45deg);
        transform-origin: left center
    }

    .milestone-year.left {
        left: 200%
    }

    .milestone-year.left:after {
        content: " ";
        position: absolute;
        width: 70%;
        height: 1px;
        background-color: #64c2e6;
        bottom: 0;
        right: 50%;
        transform: translate(0)
    }

    .milestone-year.left:before {
        content: " ";
        position: absolute;
        width: 27%;
        height: 1px;
        background-color: #64c2e6;
        bottom: 0;
        right: 120%;
        transform: translate(0) rotate(-45deg);
        transform-origin: right center
    }

    canvas.world {
        width: 100%;
        height: 100%
    }

    .welcome {
        display: grid;
        grid-template-columns: repeat(3, max-content);
        gap: 2.5vw;
        place-items: center;
        position: absolute;
        bottom: 10vh;
        left: 50%;
        transform: translate(-50%);
        pointer-events: none
    }

    .welcome p {
        font-size: 3vw
    }

    .welcome span {
        width: 12vw;
        height: 1px;
        background-color: #fff;
        display: block;
        opacity: .35
    }

    .welcome span,
    .welcome p {
        margin: 0;
        padding: 0
    }

    .welcome .arrows {
        position: absolute;
        top: 150%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .welcome .arrows img {
        width: calc(.815vw * .83);
        height: 0calc (.4075vw * .83)
    }

    .welcome .arrows img:first-of-type {
        opacity: .35
    }

    #tech-section {
        width: 100%;
        padding: 0;
        margin-top: -20vh
    }

    .tech-wrapper {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        z-index: -1;
        overflow: hidden;
        pointer-events: auto
    }

    .tech-wrapper h2 {
        font-size: 11.4vw
    }

    .tech-wrapper h2 span,
    .tech-wrapper h2 strong {
        display: block
    }

    .scaled-img-container .scaled-img {
        width: 63.9375vw;
        height: 98.625vw
    }

    .img-particles-container .img-particles {
        width: 200vw
    }

    .quote {
        width: 100%;
        margin-top: -100vw;
        padding: 0 10vw 25vw;
        position: relative;
        z-index: 1;
        grid-row: 2 / 3;
        column-gap: 9.24vw;
        row-gap: 7.76vw
    }

    .cto {
        grid-row: 1 / 2;
        width: 33.25vw;
        height: 34.5vw;
        border-radius: 2vw
    }

    .author {
        font-size: 3.5vw;
        line-height: 128%;
        grid-row: 1 / 2
    }

    .author {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: end;
        justify-self: start
    }

    .author strong {
        font-size: 3.5vw
    }

    .author span {
        font-size: 3vw
    }

    .text {
        font-size: 3.5vw;
        width: 100%;
        position: relative;
        grid-row: 2 / 3;
        grid-column: 1 / 3
    }

    .text img {
        width: 12.25vw;
        height: 9.5vw;
        margin-bottom: 7.76vw
    }

    #white-section {
        width: 100%;
        height: initial;
        min-height: 135vw;
        padding: 20vw 0
    }

    #white-section>.img-particles {
        width: 200vw
    }

    .eng-span {
        color: #140c59;
        font-family: Inter;
        font-size: 2.556vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36vw;
        height: 7.5vw;
        background: #140c5914;
        border-radius: 5vw;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin-bottom: 10vw
    }

    .eng-span .icon {
        width: 4.6vw;
        height: 4.6vw;
        margin-right: 3.16vw;
        display: block
    }

    .eng-span .bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: -1;
        margin-bottom: calc(2.5vw * .83);
        display: block
    }

    #white-section .bck {
        position: absolute;
        opacity: 1
    }

    #white-section p {
        font-size: 10vw
    }

    #blog-section {
        margin-bottom: 26vw
    }

    .articles-carousel .splide__slide {
        opacity: 1 !important;
        filter: none !important
    }
}

#blog-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15vw
}

#blog-section h2 {
    color: #fff;
    font-family: SF Pro Display;
    font-size: 5.1875vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: calc(5.5vw * .83);
    text-transform: capitalize
}

#blog-section h2.about {
    font-weight: 400
}

.articles-carousel {
    margin-bottom: 4.7227vw;
    width: 100%
}

.articles-carousel .splide__track {
    padding: 1vw 0
}

.articles-carousel .splide__slide {
    width: calc(31.375vw * .83);
    height: 31.125vw;
    position: relative;
    padding: 0 calc(.94vw * .83) 1.66vw;
    opacity: 1;
    transition: opacity .25s linear, filter .25s linear, webkit-filter .25s linear;
    cursor: url(" data:image/svg+xml, %3csvg%20width='30' %20height='30' %20viewBox='0%200%2030%2030' %20fill='none' %20xmlns='http://www.w3.org/2000/svg' %3e%3cpath%20d='M24.5508%2012.4058L16.8838%2015.8921L16.2012%2016.2026L15.8906%2016.8853L12.4053%2024.5513L4.81445%204.81592L24.5508%2012.4058Z' %20fill='%23FFA500' %20stroke='white' %20stroke-width='4' /%3e%3c/svg%3e "), auto;
    text-decoration: none
}

.articles-carousel .splide__slide>* {
    z-index: 1;
    position: relative;
    pointer-events: none
}

.articles-carousel .splide__slide .border-clipped {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0
}

:root {
    --thumb-radius: 1vw
}

.articles-carousel .splide__slide .thumbnail {
    width: 100%;
    height: 16.49625vw;
    clip-path: polygon(0% calc(22% + var(--thumb-radius)), calc(calc(1 - .923) * var(--thumb-radius)) calc(22% + calc(.618 * var(--thumb-radius))), calc(calc(1 - .707) * var(--thumb-radius)) calc(22% + calc(calc(1 - .707) * var(--thumb-radius))), calc(.618 * var(--thumb-radius)) calc(22% + calc(calc(1 - .923) * var(--thumb-radius))), var(--thumb-radius) 22%, calc(31.5% - var(--thumb-radius)) 22%, calc(31.5% - calc(.618 * var(--thumb-radius))) calc(22% - calc(calc(1 - .923) * var(--thumb-radius))), calc(31.5% - calc(calc(1 - .707) * var(--thumb-radius))) calc(22% - calc(calc(1 - .707) * var(--thumb-radius))), calc(31.5% - calc(calc(1 - .923) * var(--thumb-radius))) calc(22% - calc(.618 * var(--thumb-radius))), 31.5% calc(22% - var(--thumb-radius)), 31.5% var(--thumb-radius), calc(31.5% + calc(calc(1 - .923) * var(--thumb-radius))) calc(.618 * var(--thumb-radius)), calc(31.5% + calc(calc(1 - .707) * var(--thumb-radius))) calc(calc(1 - .707) * var(--thumb-radius)), calc(31.5% + calc(.618 * var(--thumb-radius))) calc(calc(1 - .923) * var(--thumb-radius)), calc(31.5% + var(--thumb-radius)) 0%, calc(100% - var(--thumb-radius)) 0%, calc(100% - calc(.618 * var(--thumb-radius))) calc(calc(1 - .932) * var(--thumb-radius)), calc(100% - calc(calc(1 - .707) * var(--thumb-radius))) calc(calc(1 - .707) * var(--thumb-radius)), calc(100% - calc(calc(1 - .923) * var(--thumb-radius))) calc(.618 * var(--thumb-radius)), 100% var(--thumb-radius), 100% calc(100% - var(--thumb-radius)), calc(100% - calc(calc(1 - .923) * var(--thumb-radius))) calc(100% - calc(.618 * var(--thumb-radius))), calc(100% - calc(calc(1 - .707) * var(--thumb-radius))) calc(100% - calc(calc(1 - .707) * var(--thumb-radius))), calc(100% - calc(.618 * var(--thumb-radius))) calc(100% - calc(calc(1 - .923) * var(--thumb-radius))), calc(100% - var(--thumb-radius)) 100%, var(--thumb-radius) 100%, calc(.618 * var(--thumb-radius)) calc(100% - calc(calc(1 - .923) * var(--thumb-radius))), calc(calc(1 - .707) * var(--thumb-radius)) calc(100% - calc(calc(1 - .707) * var(--thumb-radius))), calc(calc(1 - .923) * var(--thumb-radius)) calc(100% - calc(.618 * var(--thumb-radius))), 0% calc(100% - var(--thumb-radius)))
}

.articles-carousel .splide__slide p {
    color: #fff;
    font-family: SF Pro Display;
    font-size: .93375vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 1.8675vw;
    padding: 0 calc(.94vw * .83)
}

.articles-carousel .splide__slide hr {
    border-width: 1.5px;
    border-color: #fff3;
    border-style: dashed;
    margin: 0 auto;
    margin-top: calc(1.94vw * .83);
    margin-bottom: 1.2948vw;
    width: calc(100% - calc(.94vw * .83 * 2))
}

.articles-carousel .splide__slide span {
    color: #fff;
    font-family: SF Pro Display;
    font-size: .83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    overflow: hidden;
    padding: 0 calc(.94vw * .83)
}

.articles-carousel .splide__slide .category {
    position: absolute;
    top: 1.66vw;
    transform: translateY(-50%);
    left: calc(.94vw * .83);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: SF Pro Display;
    font-size: .83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4305;
    text-transform: capitalize;
    background: none;
    border: none;
    width: calc(8.8125vw * .83);
    height: calc(2.9375vw * .83);
    z-index: 2;
    cursor: pointer
}

.articles-carousel .splide__slide .category img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1
}

.articles-carousel .splide__slide .learn-more {
    width: calc(11.1875vw * .83);
    height: 2.17875vw;
    border-radius: 5.1875vw;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-family: Verdana;
    font-size: .83vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: calc(1.15vw * .83);
    padding-right: .2075vw;
    z-index: 1;
    pointer-events: auto;
    cursor: url(" data:image/svg+xml, %3csvg%20width='30' %20height='30' %20viewBox='0%200%2030%2030' %20fill='none' %20xmlns='http://www.w3.org/2000/svg' %3e%3cpath%20d='M24.5508%2012.4058L16.8838%2015.8921L16.2012%2016.2026L15.8906%2016.8853L12.4053%2024.5513L4.81445%204.81592L24.5508%2012.4058Z' %20fill='%23FFA500' %20stroke='white' %20stroke-width='4' /%3e%3c/svg%3e "), auto
}

.articles-carousel .splide__slide .learn-more>* {
    pointer-events: none
}

.articles-carousel .splide__slide .learn-more .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(.57vw * .83) .83vw;
    background-color: #fff;
    height: fit-content;
    border-radius: 5.1875vw
}

.articles-carousel .splide__slide .learn-more .arrow img {
    height: calc(1.06019vw * .83);
    width: calc(1.02819vw * .83)
}

@media (orientation: landscape) {
    .articles-carousel .splide__slide:hover {
        opacity: 1;
        filter: blur(0px);
        -webkit-filter: blur(0px)
    }

    .articles-carousel .splide__slide:hover~.splide__slide,
    .articles-carousel .splide__slide:has(~.splide__slide:hover) {
        opacity: .5;
        filter: blur(3px);
        -webkit-filter: blur(2px)
    }
}

@media (orientation: portrait) {
    :root {
        --thumb-radius: 2vw
    }

    #blog-section {
        margin-top: 30vw
    }

    #blog-section h2 {
        font-size: 12.5vw;
        margin-bottom: 14vw
    }

    #blog-section h2.about {
        font-weight: 400
    }

    #blog-section .button-redirect {
        display: none
    }

    .articles-carousel {
        margin-bottom: 0;
        width: 100%
    }

    .articles-carousel .splide__slide {
        width: 64.005vw;
        height: 76.5vw;
        position: relative;
        padding: 0 calc(.35vw * 6) calc(1.59vw * 6)
    }

    .articles-carousel .splide__slide>* {
        z-index: 1;
        position: relative
    }

    .articles-carousel .splide__slide .border-clipped {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0
    }

    .articles-carousel .splide__slide .thumbnail {
        height: 39.24vw
    }

    .articles-carousel .splide__slide p {
        font-size: 2.55vw;
        margin-top: calc(.83vw * 6);
        padding: 0 calc(.35vw * 6)
    }

    .articles-carousel .splide__slide hr {
        margin-top: 3.84vw;
        margin-bottom: 3.84vw;
        width: calc(100% - calc(.35vw * 6 * 2))
    }

    .articles-carousel .splide__slide span {
        font-size: 1.98vw;
        padding: 0 calc(.35vw * 6)
    }

    .articles-carousel .splide__slide .category {
        top: calc(.65vw * 6);
        left: 0;
        font-size: 2.268vw;
        width: 18.84vw;
        height: 5.82vw
    }

    .articles-carousel .splide__slide .category img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1
    }

    .articles-carousel .splide__slide .learn-more {
        width: calc(11.1875vw * 1.35 * 1.5);
        height: calc(2.625vw * 1.35 * 1.5);
        border-radius: calc(6.25vw * 1.35 * 1.5);
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        font-family: Verdana;
        font-size: calc(1vw * 1.35 * 1.5);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        position: absolute;
        bottom: 0;
        right: 0;
        background: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: calc(1.15vw * 1.35 * 1.5);
        padding-right: calc(.25vw * 1.35 * 1.5);
        z-index: 1
    }

    .articles-carousel .splide__slide .learn-more .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.15425vw calc(1vw * 1.35 * 1.5);
        background-color: #fff;
        height: fit-content;
        border-radius: calc(6.25vw * 1.35 * 1.5)
    }

    .articles-carousel .splide__slide .learn-more .arrow img {
        height: calc(1.06019vw * 1.35 * 1.5);
        width: calc(1.02819vw * 1.35 * 1.5)
    }
}

@media (max-width: 768px) {
    .tech-wrapper h2 {
        grid-template-columns: repeat(1, 1fr);
        width: 80%;
        gap: 50px;
    }



    .value {
        font-size: 6vw;
    }

    .scaled-img-container,
    .img-particles-container {
        display: none;
    }
}