@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");pre { margin-bottom: 1.5em; background-color: rgba(255, 255, 255, 0.1); padding: 16px 0; border-radius: 16px;}pre code { font-family: monospace; display: block; padding: 0 20px; color: #a9bcbc; line-height: 1.4em; font-size: 13pt; overflow-x: auto; white-space: pre; -webkit-overflow-scrolling: touch;}pre code .keyword { color: #e73289;}pre code .type { color: #8281ca;}pre code .call { color: #348fe5;}pre code .property { color: #21ab9d;}pre code .number { color: #db6f57;}pre code .string { color: #fa641e;}pre code .comment { color: #6b8a94;}pre code .dotAccess { color: #92b300;}pre code .preprocessing { color: #b68a00;}html { scroll-behavior:smooth;}body { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; padding: 0; margin: 0; background-color: #1a1a1d; color: #fff !important;}*:focus { outline: none; box-shadow: none;}.canvas { position: absolute; top: 0; left: 0; height: 130%; width: 100%; background-image: linear-gradient(180deg, #17093f 0%, #36235a 100%);}.canvas .contain { position: relative; width: 100%; height: 100%;}.contain .grad { position: absolute; left: 0; bottom: 0; width: 100%; height: 40%; background-image: linear-gradient( -180deg, rgba(26, 26, 29, 0) 0%, #1a1a1d 100% );}div.hero-waves { position: absolute; top: 0; left: 0; height: 50%; width: 50%; max-height: 550px; background-position-x: left; background-position-y: top; background-size: contain; background-repeat: no-repeat; background-image: url(/img/graphics/waves.png);}img.hero-img { max-height: 550px;}img.hero-img,.content img { object-fit: contain; width: 100%; margin-bottom: 25px; border-radius: 16px;}.square-container { width: 100%; padding-top: 100%; /* 1:1 Aspect Ratio */ position: relative;}.hero-graphic { position: absolute; top: 0; left: 0; bottom: 0; right: 0;}.hero-graphic img { position: absolute;}.hero-graphic img#window { top: 47%; height: 18%;}.hero-graphic img#app1 { top: 10%; left: 30%; height: 35%;}.hero-graphic img#app2 { top: 13%; left: 50%; height: 38%;}.hero-graphic img#app3 { top: 35%; left: 56%; height: 40%;}.hero-graphic img#app4 { top: 45%; left: 20%; height: 50%;}.hero-graphic img#toggle { top: 10%; left: 66%; height: 18%;}.hero-graphic img { transition: 0.5s ease-in-out;}.hero-graphic img:hover { margin-top: -30px;}.pulse { -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite;}.outer { display: table; position: absolute; height: 100%; width: 100%;}.middle { display: table-cell; vertical-align: middle;}.inner { margin-left: auto; margin-right: auto; width: 100%; text-align: center;}.inner h1 { font-size: 64pt; color: #fff;}a { color: var(--primary-color); transition: 0.4s; text-decoration: none;}a:hover { color: var(--hover-color); opacity: 0.7; text-decoration: none;}a.nostyle { color: white; text-decoration: none; /* no underline */}#hero { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0;}.container { text-align: left; z-index: 10;}#content { position: absolute; top: 100%; left: 0; height: auto; text-align: left; width: 100%; background: transparent; padding: 60px 0; padding-bottom: 0; background: transparent;}#content.mini { top: 10%;}#c { position: relative; overflow: hidden;}.canvas.mini { height: 100%;}canvas.mini { height: 100%;}#hero.mini { height: 50%;}h1 { font-weight: 600; font-size: 44px; margin-bottom: 1rem; line-height: 1.375;}h2,h3,h4,h5,.intro-font,.segmented { font-weight: 600; margin-bottom: 1rem; line-height: 1.375;}h6 { font-weight: 500;}p,.menu li a,li { color: rgba(255, 255, 255, 0.7);}p,li { line-height: 175%;}p { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-size: 14pt;}.collection-item figure { position: relative; padding-bottom: 56.25%; overflow: hidden; display: block; border-radius: 30px; background: rgba(255, 255, 255, 0.07); -webkit-transition: background-color 0.3s ease-in-out; -ms-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out;}.collection-item:hover figure { background: rgba(255,255,255,0.02);}.collection-item figure img { transition: transform 0.3s ease-in-out; position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; object-fit: cover;}.collection-item:hover figure img { transform: scale(1.05);}.grid figure { position: relative; float: left; overflow: hidden; width: 100%; height: auto; background: var(--secondary-color); text-align: center; cursor: pointer;}.grid figure img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 1;}.grid figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden;}.grid figure figcaption::before,.grid figure figcaption::after { pointer-events: none;}.grid figure figcaption,.grid figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}.grid figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0;}.grid figure h2 { word-spacing: -0.15em; font-weight: 300;}.grid figure h2 span { font-weight: 800;}.grid figure h2,.grid figure p { margin: 0;}.grid figure p { letter-spacing: 1px; font-size: 68.5%;}.card { max-width: 460px; background: rgba(0, 0, 0, 0); text-align: left; margin: 20px;}.app-icon { width: 64px; height: 64px;}figure.effect-main { background: #2f3238; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);}figure.effect-main img { max-width: none; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden; backface-visibility: hidden;}figure.effect-main figcaption { text-align: left;}figure.effect-main p,figure.effect-main h2 { display: inline-block; margin: 0 0 0.25em; padding: 0.2em 1em; background: rgba(255, 255, 255, 0.9); color: #2f3238; text-transform: none; font-weight: 500; font-size: 14pt; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(-450px, 0, 0); transform: translate3d(-450px, 0, 0);}figure.effect-main h2,.about-item h2 { background: none; color: rgba(255, 255, 255, 0.9); position: relative; padding-left: 0; padding-bottom: 0.5em; font-size: 22pt;}figure.effect-main p:first-child { -webkit-transition-delay: 0.15s; transition-delay: 0.15s;}figure.effect-main p:nth-of-type(2) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s;}figure.effect-main p:nth-of-type(3) { -webkit-transition-delay: 0.05s; transition-delay: 0.05s;}figure.effect-main:hover p:first-child { -webkit-transition-delay: 0s; transition-delay: 0s;}figure.effect-main:hover p:nth-of-type(2) { -webkit-transition-delay: 0.05s; transition-delay: 0.05s;}figure.effect-main:hover p:nth-of-type(3) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s;}figure.effect-main:hover img { opacity: 0.4; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1);}figure.effect-main:hover p,figure.effect-main:hover h2 { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}figure.effect-main:hover { box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 6px 15px rgba(0, 0, 0, 0.1);}.map { position: relative; width: 100%; height: 50px;}#map { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}.map .skew { position: absolute; left: 0; width: 100%; z-index: 1001;}.map .skew-btm { bottom: 14px;}.map .skew-top { top: 0;}.map .bottom-bar { background: rgba(255, 255, 255, 0.05); bottom: 0; height: 15px;}#about { padding: 50px 0;}#project-list { padding: 50px 0;}.logo { height: 64px;}header .logo { position: absolute; top: 40px; left: 60px;}footer p { font-size: 0.875rem;}footer p.attribution { font-size: 0.55rem;}#hero-btn { position: absolute; top: 30px; right: 60px; height: 50px; padding-top: 17px; font-size: 13pt;}.arrow { width: 70px; position: absolute; bottom: 12%; left: calc(50% - 35px); -webkit-animation-name: hvr-hang-sink, hvr-hang; animation-name: hvr-hang-sink, hvr-hang; -webkit-animation-duration: 0.3s, 1.5s; animation-duration: 0.3s, 1.5s; -webkit-animation-delay: 0s, 0.3s; animation-delay: 0s, 0.3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate;}.inline-block { display: inline-block;}.line-container { display: flex; align-items: center; justify-content: center;}.line-container > div { margin: 14px;}.line-container .middle { width: 100%;}.line-container h3 { margin: 0; font-size: 16pt;}.line-container p { margin: 0; font-size: 11pt;}.about-item { position: relative; display: inline-block; float: left; overflow: hidden; width: 100%; height: 100%; padding: 40px; box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(255, 255, 255, 0.05); transition: 0.8s; border-radius: 30px; background-color: rgba(255, 255, 255, 0.07);}.about-item:hover { box-shadow: 0 0 20px 10px #fff, 0 0 70px 35px var(--secondary-color);}#dribbble:hover { box-shadow: 0 0 20px 10px #fff, 0 0 70px 35px #ea4c89;}#github:hover { box-shadow: 0 0 20px 10px #fff, 0 0 70px 35px #6e5494;}#insta:hover { box-shadow: 0 0 20px 10px #fff, 0 0 70px 35px #c13584;}#fb:hover { box-shadow: 0 0 20px 10px #fff, 0 0 70px 35px #3c5a99;}.autoheight { height: auto; padding-bottom: 20px;}.row { padding-top: 2.5rem; padding-bottom: 2.5rem; box-sizing: border-box; border: 0 solid #ffffff10; border-top-width: 1px;}.gradient { margin-top: 40px; margin-bottom: 40px; padding-left: 48px; padding-right: 48px; background-image: radial-gradient(circle at 60% 50%, #b961ed 0%, #7d4ac1 50%); border-top-width: 0; border-radius: 100px; background-size: 200% 200%; -webkit-animation: gradient-animation 7s ease-in-out infinite; -moz-animation: gradient-animation 7s ease-in-out infinite; animation: gradient-animation 7s ease-in-out infinite;}.gradient-theme { background-image: radial-gradient( circle at 60% 50%, var(--primary-color) 0%, var(--secondary-color) 50% ) !important;}img.outset { position: relative; top: -50px; margin-bottom: -100px !important;}.no-border { border-top-width: 0px;}.row-first { margin-bottom: 30px;}.proj { margin-bottom: 60px;}.about-item h2 { color: #fff; margin: 0;}.about-item .icon { display: block; height: 64px; margin-bottom: 30px;}.col-lg-6 { padding-bottom: 60px;}.col-lg-6:nth-child(odd) { padding-right: 40px;}.col-lg-6:nth-child(even) { padding-left: 40px;}.button { box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; text-decoration: none; -webkit-appearance: none; display: inline-flex; font-size: 14px; letter-spacing: 0px; font-weight: 600; line-height: 16px; text-decoration: none !important; text-transform: uppercase; background-color: rgba(0, 0, 0, 0.35); color: #fff !important; border: none; border-radius: 12px; cursor: pointer; justify-content: center; padding: 16px 32px; height: 48px; text-align: center; white-space: nowrap;}.button-primary { background: var(--primary-color); background: linear-gradient( 65deg, var(--primary-color) 0, var(--secondary-color) 100% ); text-decoration: none !important;}.button p { margin: 0; text-decoration: none !important;}.button-min { padding: 6px 16px; height: 32px; line-height: 20px; margin: 0; text-decoration: none !important;}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):hover { color: #fff; text-decoration: none !important;}.button:hover,.button:active { text-decoration: none !important; background: var(--secondary-color); color: #fff; opacity: 0.8; box-shadow: 0 2px 4px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);}.button-primary:hover,.button-primary:active { background: var(--secondary-color); background: linear-gradient( 65deg, var(--primary-color) 0, var(--secondary-color) 100% );}.hero-cta .button { min-width: 170px;}.hero-cta .button { margin-right: 16px;}.item-list-wrap { display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: flex-start;}.features-wrap { display: flex; flex-wrap: wrap; justify-content: space-evenly; margin-right: -32px; margin-left: -32px;}.left-align { justify-content: left !important;}.feature { padding: 16px 32px; width: 380px; max-width: 380px; flex-grow: 1; text-align: center;}.feature img { height: 100px;}img { height: auto; max-width: 100%; vertical-align: middle;}.mt-24 { margin-top: 24px;}.section-inner { position: relative; padding-top: 48px; padding-bottom: 48px;}.menu { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; padding: 0; text-decoration: none;}.menu li a { text-decoration: none;}.menu li { padding: 0; margin-bottom: 0.5rem; font-weight: 500; list-style: none;}.menu h6 { margin-bottom: 0.5rem;}.menu li::before { width: 0; height: 0; background: 0; margin: 0;}ul.list { justify-content: center; flex-wrap: wrap; display: flex; align-items: center; padding: 6px 0; margin: 0;}ul.list li { display: flex; align-items: center; padding: 14px;}.checkmark-list li::before { content: ""; width: 16px; height: 12px; margin-right: 4px; background-image: url("/img/icons/checkmark.svg"); background-repeat: no-repeat; background-size: contain;}.tag-list { justify-content: left; align-items: left; margin: 0; flex-wrap: wrap; display: flex; padding: 6px 0; list-style: none;}.tag-list li { padding: 0; padding-right: 10px; padding-bottom: 8px; margin: 0;}.tag-item:hover { text-decoration: none;}.tag-item { transition-duration: 0.15s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); text-align: center; padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.1rem; padding-bottom: 0.1rem; display: inline-flex; border-radius: 9999px; font-size: 0.75rem; font-weight: 500; color: white !important; text-decoration: none;}.text-center { text-align: center;}#footer { background-color: rgba(255, 255, 255, 0.05); color: white; padding-top: 30px;}#footer .footer-copyright { background-color: rgba(255, 255, 255, 0.07); padding-top: 3px; padding-bottom: 3px; text-align: center;}#footer .row { margin-bottom: 60px;}#footer .navbar-brand { margin-top: 45px; height: 65px;}#footer .footer-copyright p { margin: 10px; color: #ccc;}#footer ul { list-style-type: none; padding-left: 0; line-height: 1.7;}#footer h5 { font-size: 18px; color: white; font-weight: bold; margin-top: 30px;}#footer h2 a { font-size: 50px; text-align: center; color: #fff;}#footer a { color: #d2d1d1; text-decoration: none; font-size: 14pt;}#footer a:hover,#footer a:focus { text-decoration: none; color: white;}#footer .social-networks { text-align: center; padding-top: 30px; padding-bottom: 16px;}#footer .social-networks a { font-size: 32px; color: #f9f9f9; padding: 10px; transition: 0.2s;}#footer .btn { color: white; border: none; display: block; margin: 0 auto; margin-top: 10px;}#showmore,.bordered-btn { color: #fff;}#showmore-container,.bordered-container { padding: 2px; margin-bottom: 60px;}.nonvisible { display: none;}.loader { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; background-color: var(--secondary-color); margin-top: 10px; margin-bottom: 60px; border-radius: 50%;}.loader::after { content: ""; display: block; width: 100%; height: 100%; border-radius: 100%; box-shadow: 0 0 0 40px #fff; background: #fff; transform: scale(0); transform-origin: 50% 50%; animation: loading 1000ms ease-out forwards infinite;}.image { width: calc(100% + 40px); position: relative; top: -20px; left: -20px; padding-bottom: 75%; background: #eee; border-top-left-radius: 30px; border-top-right-radius: 30px; background-size: cover; background-position: center;}.smaller { font-size: 16px;}.bordered { border-width: 0px; box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(255, 255, 255, 0.05); transition: 0.8s; border-radius: 30px; background-color: rgba(255, 255, 255, 0.07); padding: 20px;}.bordered:hover,.bordered:active { box-shadow: 0 0 20px 10px #fff, 0 0 70px 35px var(--secondary-color);}.col-sm-4 a,.col-sm-4 a:hover,.col-lg-4 a,.col-lg-4 a:hover { text-decoration: none; color: inherit;}.lighter { color: rgba(255, 255, 255, 0.3);}.col-sm-6,.col-sm-4,.col-lg-4 { padding-top: 20px; padding-bottom: 20px;}.swiper-button-next:after { left: 50px;}.swiper-button-prev:after { left: -50px;}.button-container .swiper-button-next { visibility: hidden; opacity: 0;}.button-container:hover .swiper-button-next { visibility: visible; opacity: 1;}.button-container .swiper-button-prev { visibility: hidden; opacity: 0;}.button-container:hover .swiper-button-disabled { visibility: visible; opacity: 0.35;}.button-container:hover .swiper-button-prev { visibility: visible; opacity: 1;}@media screen and (max-width: 767px) { .swiper-button-next, .swiper-button-prev { display: none !important; } #footer { text-align: center; }}@media (max-width: 1200px) { .inner h1 { font-size: 56pt; }}@media (max-width: 1023px) { .col-lg-6:nth-child(odd) { padding-right: 15px; padding-left: 15px; } .col-lg-6:nth-child(even) { padding-left: 15px; padding-right: 15px; } .col-md-6 { padding-bottom: 30px; margin: 0; } .inner h1 { font-size: 44pt; } .row { margin-right: 0; margin-left: 0; }}@media (max-width: 767px) { .inner h1 { font-size: 32pt; } .logo { top: 30px; left: 30px; height: 35px; } .arrow { width: 50px; bottom: 10%; left: calc(50% - 25px); } #hero-btn { position: absolute; top: 13px; right: 30px; }}@media (max-width: 550px) { .inner h1 { font-size: 26pt; } .grid figure figcaption { padding: 12px; } figure.effect-main p { font-size: 12pt; padding-left: 5px; padding-right: 5px; }}@media (max-width: 500px) { .inner h1 { font-size: 22pt; } .grid figure figcaption { padding: 10px; } .container { padding: 0; } .col-lg-6:nth-child(odd) { padding-right: 4px; padding-left: 4px; } .col-lg-6:nth-child(even) { padding-left: 4px; padding-right: 4px; } .about-item { padding: 30px; } #hero-btn { display: none; }}.segmented { display: flex; flex-flow: row wrap; box-sizing: border-box; font-size: 15px; text-align: center;}.segmented label { display: block; flex: 1; box-sizing: border-box; border: 2px solid var(--secondary-color); border-right: none; color: var(--secondary-color); margin: 0; padding: 0.4em; padding-top: 0.36em; cursor: pointer; user-select: none; -webkit-user-select: none;}.segmented label.checked { background: var(--secondary-color); color: #fff;}.segmented.inverted label { border-color: #fff; color: #fff; background: none;}.segmented.inverted label.checked { background: #fff; color: inherit;}.segmented label:first-child { border-radius: 0.4em 0 0 0.4em; border-right: 0;}.segmented label:last-child { border-radius: 0 0.4em 0.4em 0; border-right: 1px solid;}.segmented input[type="radio"] { appearance: none; -webkit-appearance: none; margin: 0; position: absolute;}@media (min-width: 1023px) { .col-no-padding, .gradient { padding-bottom: 0 !important; padding-top: 0 !important; }}@media (min-width: 768px) { .col-sm-6:nth-child(odd) { padding-top: 40px; padding-right: 40px; padding-bottom: 40px; } .col-sm-6:nth-child(even) { padding-top: 40px; padding-left: 40px; padding-bottom: 40px; }}.category { text-transform: uppercase; font-size: 14px; margin-bottom: 0px; margin-top: 16px;}.category::before { display: inline-block; content: ""; -webkit-border-radius: 0.375rem; border-radius: 0.375rem; height: 0.75rem; width: 0.75rem; margin-right: 0.5rem; position: relative; top: 1px;}.category1 { color: var(--secondary-color);}.category1::before { background-color: var(--secondary-color);}.category2 { color: #4a90e2;}.category2::before { background-color: #4a90e2;}.category3 { color: #f5a623;}.category3::before { background-color: #f5a623;}@media (max-width: 1023px) { .col-sm-4 { width: 50%; }}@media (max-width: 767px) { .segmented { font-size: 14px; } .col-sm-4 { width: 100%; }}@media (max-width: 600px) { .segmented { display: none; }}.splash-img { object-fit: cover; height: 250px; width: 100%; border-radius: 12px;}/* End dark theme *//** * Swiper 7.2.0 * Most modern mobile touch slider and framework with hardware accelerated transitions * https://swiperjs.com * * Copyright 2014-2021 Vladimir Kharlampidi * * Released under the MIT License * * Released on: October 27, 2021 */@font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, 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"); font-weight: 400; font-style: normal;}:root { --swiper-theme-color: #007aff;}.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1;}.swiper-vertical > .swiper-wrapper { flex-direction: column;}.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box;}.swiper-android .swiper-slide,.swiper-wrapper { transform: translate3d(0px, 0, 0);}.swiper-pointer-events { touch-action: pan-y;}.swiper-pointer-events.swiper-vertical { touch-action: pan-x;}.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform;}.swiper-slide-invisible-blank { visibility: hidden;}.swiper-autoheight,.swiper-autoheight .swiper-slide { height: auto;}.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height;}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px;}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper { transform-style: preserve-3d;}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10;}.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15);}.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient( to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );}.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );}.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );}.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );}.swiper-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none;}.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none;}.swiper-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start;}.swiper-horizontal.swiper-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory;}.swiper-vertical.swiper-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory;}.swiper-centered > .swiper-wrapper::before { content: ""; flex-shrink: 0; order: 9999;}.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before);}.swiper-centered.swiper-horizontal > .swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after);}.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before);}.swiper-centered.swiper-vertical > .swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after);}.swiper-centered > .swiper-wrapper > .swiper-slide { scroll-snap-align: center center;}.swiper-virtual.swiper-css-mode .swiper-wrapper::after { content: ""; position: absolute; left: 0; top: 0; pointer-events: none;}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after { height: 1px; width: var(--swiper-virtual-size);}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after { width: 1px; height: var(--swiper-virtual-size);}:root { --swiper-navigation-size: 44px;}.swiper-button-next,.swiper-button-prev { position: absolute; top: 50%; width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s;}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none;}.swiper-button-next:after,.swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-variant: initial; line-height: 1; position: relative;}.swiper-button-prev,.swiper-rtl .swiper-button-next { left: 20px; right: auto;}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after { content: "prev";}.swiper-button-next,.swiper-rtl .swiper-button-prev { right: 20px; left: auto;}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after { content: "next";}.swiper-button-lock { display: none;}.swiper-pagination { position: absolute; text-align: center; transition: 0.3s opacity; transform: translate3d(0, 0, 0); z-index: 10;}.swiper-pagination.swiper-pagination-hidden { opacity: 0;}.swiper-horizontal > .swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%;}.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33);}.swiper-pagination-bullet { width: var( --swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px) ); height: var( --swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px) ); display: inline-block; border-radius: 50%; background: var(--swiper-pagination-bullet-inactive-color, #000); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);}button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; appearance: none;}.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer;}.swiper-pagination-bullet:only-child { display: none !important;}.swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color));}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0);}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 0.2s transform, 0.2s top;}.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);}.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap;}.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 0.2s transform, 0.2s left;}.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 0.2s transform, 0.2s right;}.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top;}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top;}.swiper-horizontal > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0;}.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0;}.swiper-pagination-lock { display: none;}.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1);}.swiper-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%;}.swiper-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%;}.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0;}.swiper-scrollbar-cursor-drag { cursor: move;}.swiper-scrollbar-lock { display: none;}.swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center;}.swiper-zoom-container > canvas,.swiper-zoom-container > img,.swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain;}.swiper-slide-zoomed { cursor: move;}.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; animation: swiper-preloader-spin 1s infinite linear; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent;}.swiper-lazy-preloader-white { --swiper-preloader-color: #fff;}.swiper-lazy-preloader-black { --swiper-preloader-color: #000;}@keyframes swiper-preloader-spin { 100% { transform: rotate(360deg); }}.swiper .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000;}.swiper-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto;}.swiper-grid > .swiper-wrapper { flex-wrap: wrap;}.swiper-grid-column > .swiper-wrapper { flex-wrap: wrap; flex-direction: column;}.swiper-fade.swiper-free-mode .swiper-slide { transition-timing-function: ease-out;}.swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity;}.swiper-fade .swiper-slide .swiper-slide { pointer-events: none;}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto;}.swiper-cube { overflow: visible;}.swiper-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%;}.swiper-cube .swiper-slide .swiper-slide { pointer-events: none;}.swiper-cube.swiper-rtl .swiper-slide { transform-origin: 100% 0;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next + .swiper-slide,.swiper-cube .swiper-slide-prev { pointer-events: auto; visibility: visible;}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden;}.swiper-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: 0.6; z-index: 0;}.swiper-cube .swiper-cube-shadow:before { content: ""; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; filter: blur(50px);}.swiper-flip { overflow: visible;}.swiper-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1;}.swiper-flip .swiper-slide .swiper-slide { pointer-events: none;}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto;}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden;}.swiper-creative .swiper-slide { -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; transition-property: transform, opacity, height;}.swiper-cards { overflow: visible;}.swiper-cards .swiper-slide { transform-origin: center bottom; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden;}/* Blobs */.shape-blob { background: linear-gradient( 65deg, var(--primary-color) 0, var(--secondary-color) 100% ); height: 200px; width: 200px; border-radius: 30% 50% 20% 40%; animation: transform 20s ease-in-out infinite both alternate, movement_one 40s ease-in-out infinite both; opacity: 0.7; position: relative; left: 70%; top: 50%; z-index: 0;}.shape-blob.one { height: 500px; width: 500px; left: -200px; top: -150px; transform: rotate(-180deg); animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;}.shape-blob.two { height: 350px; width: 350px; left: 500px; top: -150px; transform: rotate(-180deg); animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;}@-webkit-keyframes gradient-animation { 0% { background-position: 10% 0%; } 50% { background-position: 91% 100%; } 100% { background-position: 10% 0%; }}@-moz-keyframes gradient-animation { 0% { background-position: 10% 0%; } 50% { background-position: 91% 100%; } 100% { background-position: 10% 0%; }}@keyframes gradient-animation { 0% { background-position: 10% 0%; } 50% { background-position: 91% 100%; } 100% { background-position: 10% 0%; }}@-webkit-keyframes pulse { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }}@keyframes pulse { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }}@keyframes transform { 0%, 100% { border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%; } 20% { border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%; } 40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%; } 60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%; } 80% { border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%; }}@keyframes movement_one { 0%, 100% { transform: none; } 50% { transform: translate(50%, 20%) rotateY(10deg) translateZ(-1000px) scale(1.2); }}@keyframes movement_two { 0%, 500% { transform: none; } 50% { transform: translate(50%, 20%) rotate(-200deg) translateZ(-1000px) scale(1.2); }}