/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../media/fontawesome-webfont.2b13baa7.eot);
    src: url(../media/fontawesome-webfont.2b13baa7d41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../media/fontawesome-webfont.e9955780.woff2) format("woff2"), url(../media/fontawesome-webfont.cf011583.woff) format("woff"), url(../media/fontawesome-webfont.8a7cb27d.ttf) format("truetype"), url(../media/fontawesome-webfont.da909aa0.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
a.en-link-under.text-\[1\.5vw\].tablet\:text-\[4\.5vw\] {
  font-size: 1.1vw !important;

}
.contact__text.heading h3{ 
    font-size: 3vw;
} 
/* Readex Pro Font Declarations */
@font-face {
    font-family: 'Readex Pro';
    src: url(../../../assets/fonts/Readex_Pro/static/ReadexPro-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro';
    src: url(../../../assets/fonts/Readex_Pro/static/ReadexPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro';
    src: url(../../../assets/fonts/Readex_Pro/static/ReadexPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro';
    src: url(../../../assets/fonts/Readex_Pro/static/ReadexPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro';
    src: url(../../../assets/fonts/Readex_Pro/static/ReadexPro-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro';
    src: url(../../../assets/fonts/Readex_Pro/static/ReadexPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro Variable';
    src: url(../../../assets/fonts/Readex_Pro/ReadexPro-VariableFont_HEXP,wght.ttf) format("truetype-variations");
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
}
.image-box.contact-us-box {display: none;}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

:after,
:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: 'Readex Pro' !important;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

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

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1680px) {
    .container {
        max-width: 1680px
    }
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.collapse {
    visibility: collapse !important
}

.static {
    position: static !important
}

.fixed {
    position: fixed !important
}

.absolute {
    position: absolute !important
}

.relative {
    position: relative !important
}

.sticky {
    position: sticky !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.right-\[-3rem\] {
    right: -3rem !important
}

.top-2 {
    top: .5rem !important
}

.top-\[-7\.4vh\] {
    top: -7.4vh !important
}

.z-10 {
    z-index: 10 !important
}

.z-\[-2\] {
    z-index: -2 !important
}

.m-10 {
    margin: 2.5rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-\[15vh\] {
    margin-top: 15vh !important;
    margin-bottom: 15vh !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-10 {
    margin-bottom: 2.5rem !important
}

.mb-12 {
    margin-bottom: 3rem !important
}

.mb-14 {
    margin-bottom: 3.5rem !important
}

.mb-16 {
    margin-bottom: 4rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-20 {
    margin-bottom: 5rem !important
}

.mb-24 {
    margin-bottom: 6rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 1.25rem !important
}

.mb-6 {
    margin-bottom: 1.5rem !important
}

.mb-8 {
    margin-bottom: 2rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.ml-4 {
    margin-left: 1rem !important
}

.ml-\[-25px\] {
    margin-left: -25px !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-11 {
    margin-right: 2.75rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-8 {
    margin-right: 2rem !important
}

.mt-10 {
    margin-top: 2.5rem !important
}

.mt-12 {
    margin-top: 3rem !important
}

.mt-16 {
    margin-top: 4rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: .75rem !important
}

.mt-4 {
    margin-top: 1rem !important
}

.mt-5 {
    margin-top: 1.25rem !important
}

.mt-8 {
    margin-top: 2rem !important
}

.block {
    display: block !important
}

.flex {
    display: flex !important
}

.table {
    display: table !important
}

.grid {
    display: grid !important
}

.hidden {
    display: none !important
}

.h-10 {
    height: 2.5rem !important
}

.h-14 {
    height: 3.5rem !important
}

.h-20 {
    height: 5rem !important
}

.h-24 {
    height: 6rem !important
}

.h-3 {
    height: .75rem !important
}

.h-32 {
    height: 8rem !important
}

.h-4 {
    height: 1rem !important
}

.h-6 {
    height: 1.5rem !important
}

.h-7 {
    height: 1.75rem !important
}

.h-8 {
    height: 2rem !important
}

.h-\[50\%\] {
    height: 50% !important
}

.h-\[50vh\] {
    height: 50vh !important
}

.h-\[65vh\] {
    height: 65vh !important
}

.h-\[fit-content\] {
    height: -moz-fit-content !important;
    height: fit-content !important
}

.h-auto {
    height: auto !important
}

.h-full {
    height: 100% !important
}

.h-screen {
    height: 100vh !important
}

.w-1\/3 {
    width: 33.333333% !important
}

.w-10 {
    width: 2.5rem !important
}

.w-20 {
    width: 5rem !important
}

.w-24 {
    width: 6rem !important
}

.w-3 {
    width: .75rem !important
}

.w-4 {
    width: 1rem !important
}

.w-56 {
    width: 14rem !important
}

.w-6 {
    width: 1.5rem !important
}

.w-7 {
    width: 1.75rem !important
}

.w-8 {
    width: 2rem !important
}

.w-\[80\%\] {
    width: 80% !important
}

.w-\[85\%\] {
    width: 85% !important
}

.w-\[90\%\] {
    width: 90% !important
}

.w-\[fit-content\] {
    width: -moz-fit-content !important;
    width: fit-content !important
}

.w-full {
    width: 100% !important
}

.w-screen {
    width: 100vw !important
}

.grow {
    flex-grow: 1 !important
}

.border-collapse {
    border-collapse: collapse !important
}

.rotate-180 {
    --tw-rotate: 180deg !important
}

.rotate-180,
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite !important
}

.cursor-pointer {
    cursor: pointer !important
}

.resize {
    resize: both !important
}

.list-none {
    list-style-type: none !important
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.flex-col {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.content-between {
    align-content: space-between !important
}

.items-start {
    align-items: flex-start !important
}

.items-center {
    align-items: center !important
}

.justify-start {
    justify-content: flex-start !important
}

.justify-center {
    justify-content: center !important
}

.justify-between {
    justify-content: space-between !important
}

.gap-10 {
    gap: 2.5rem !important
}

.gap-12 {
    gap: 3rem !important
}

.gap-16 {
    gap: 4rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-24 {
    gap: 6rem !important
}

.gap-3 {
    gap: .75rem !important
}

.gap-4 {
    gap: 1rem !important
}

.gap-5 {
    gap: 1.25rem !important
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
}

.divide-neutral-200>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(229 229 229/var(--tw-divide-opacity)) !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-2xl {
    border-radius: 1rem !important
}

.rounded-full {
    border-radius: 9999px !important
}

.rounded-lg {
    border-radius: .5rem !important
}

.rounded-md {
    border-radius: .375rem !important
}

.rounded-sm {
    border-radius: .125rem !important
}

.rounded-xl {
    border-radius: .75rem !important
}

.border {
    border-width: 1px !important
}

.border-0 {
    border-width: 0 !important
}

.border-2 {
    border-width: 2px !important
}

.border-b {
    border-bottom-width: 1px !important
}

.border-dashed {
    border-style: dashed !important
}

.border-black\/5 {
    border-color: rgba(0, 0, 0, .05) !important
}

.border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(93 90 214/var(--tw-border-opacity)) !important
}

.border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(248 113 113/var(--tw-border-opacity)) !important
}

.bg-\[\#E7F2FF\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(231 242 255/var(--tw-bg-opacity)) !important
}

.bg-\[\#EFF2F5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(239 242 245/var(--tw-bg-opacity)) !important
}

.bg-\[\#F1F3FF\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 243 255/var(--tw-bg-opacity)) !important
}

.bg-\[\#F1F7E8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 247 232/var(--tw-bg-opacity)) !important
}

.bg-\[\#F3F3F3\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 243 243/var(--tw-bg-opacity)) !important
}

.bg-\[\#F8F8F8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(248 248 248/var(--tw-bg-opacity)) !important
}

.bg-\[\#FFEEED\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 238 237/var(--tw-bg-opacity)) !important
}

.bg-black-1 {
    background-color: rgb(26 26 26/var(--tw-bg-opacity)) !important
}

.bg-black-1,
.bg-primary {
    --tw-bg-opacity: 1 !important
}

.bg-primary {
    background-color: rgb(93 90 214/var(--tw-bg-opacity)) !important
}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
}

.object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.p-3 {
    padding: .75rem !important
}

.p-5 {
    padding: 1.25rem !important
}

.p-6 {
    padding: 1.5rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important
}

.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.pb-16 {
    padding-bottom: 4rem !important
}

.pb-8 {
    padding-bottom: 2rem !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-4 {
    padding-left: 1rem !important
}

.pr-0 {
    padding-right: 0 !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-8 {
    padding-top: 2rem !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.font-body {
    font-family: Ageo !important
}

.font-display {
 font-family: 'Readex Pro' !important;
}

.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important
}

.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important
}

.text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important
}

.text-\[10vw\] {
    font-size: 10vw !important
}

.text-\[7vw\] {
    font-size: 7vw !important
}

.text-lg {
    font-size: 1.125rem !important
}

.text-lg,
.text-xl {
    line-height: 1.75rem !important
}

.text-xl {
    font-size: 1.25rem !important
}

.font-bold {
    font-weight: 700 !important
}

.font-medium {
    font-weight: 500 !important
}

.font-normal {
    font-weight: 400 !important
}

.uppercase {
    text-transform: uppercase !important
}

.capitalize {
    text-transform: capitalize !important
}

.leading-\[1\.2\] {
    line-height: 1.2 !important
}

.leading-\[1\.3\] {
    line-height: 1.3 !important
}

.leading-normal {
    line-height: 1.5 !important
}

.tracking-wide {
    letter-spacing: .025em !important
}

.text-\[gray\] {
    color: rgb(128 128 128/var(--tw-text-opacity)) !important
}

.text-\[gray\],
.text-black {
    --tw-text-opacity: 1 !important
}

.text-black {
    color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.text-black-1 {
    --tw-text-opacity: 1 !important;
    color: rgb(26 26 26/var(--tw-text-opacity)) !important
}

.text-black\/50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-black\/60 {
    color: rgba(0, 0, 0, .6) !important
}

.text-black\/70 {
    color: rgba(0, 0, 0, .7) !important
}

.text-black\/80 {
    color: rgba(0, 0, 0, .8) !important
}

.text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(74 222 128/var(--tw-text-opacity)) !important
}

.text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(34 197 94/var(--tw-text-opacity)) !important
}

.text-neutral-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(163 163 163/var(--tw-text-opacity)) !important
}

.text-neutral-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(115 115 115/var(--tw-text-opacity)) !important
}

.text-primary {
    color: rgb(93 90 214/var(--tw-text-opacity)) !important
}

.text-primary,
.text-red-400 {
    --tw-text-opacity: 1 !important
}

.text-red-400 {
    color: rgb(248 113 113/var(--tw-text-opacity)) !important
}

.text-red-500 {
    color: rgb(239 68 68/var(--tw-text-opacity)) !important
}

.text-red-500,
.text-white {
    --tw-text-opacity: 1 !important
}

.text-white {
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.text-white\/75 {
    color: hsla(0, 0%, 100%, .75) !important
}

.text-white\/80 {
    color: hsla(0, 0%, 100%, .8) !important
}

.opacity-0 {
    opacity: 0 !important
}

.shadow-3xl {
    --tw-shadow: 0 10px 30px -10px rgba(0, 0, 0, .2) !important;
    --tw-shadow-colored: 0 10px 30px -10px var(--tw-shadow-color) !important
}

.shadow-3xl,
.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important
}

.outline {
    outline-style: solid !important
}

.ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(93 90 214/var(--tw-ring-opacity)) !important
}

.ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(239 68 68/var(--tw-ring-opacity)) !important
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06)) !important
}

.drop-shadow,
.invert {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.invert {
    --tw-invert: invert(100%) !important
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.duration-150,
.transition {
    transition-duration: .15s !important
}

.duration-300 {
    transition-duration: .3s !important
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    --primary: #6300ff;
    --black: #000;
    --black1: #1a1a1a;
    --black4: #1f1f1f;
    --black2: #383838;
    --black3: #101010;
    --white: #fff;
    --white1: #f9f9f9;
    --white2: #eee;
    --white3: #d6d6d6;
    --gray: #a2a2a2;
    --gray1: #8c8c8c;
    --gray2: #656565;
    --dark-primary: #a2a529
}

:root {
    --duration: 0.25s;
    --borderopacity: 0.35;
    --bezier1: cubic-bezier(0.19, 1, 0.22, 1);
    --bezier2: cubic-bezier(0.77, 0, 0.175, 1);
    --bezier2b: cubic-bezier(0.87, 0, 0.13, 1);
    --bezier3: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-scrollbar] {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    overflow: hidden
}

::-webkit-scrollbar {
    display: none
}

::-moz-selection {
    color: var(--white);
    background: var(--primary)
}

::selection {
    color: var(--white);
    background: var(--primary)
}

.c-cursor__inner {
    font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-weight: 400;
    font-size: .9vw !important
}

#canvas-webgl {
    display: none;
    visibility: hidden !important
}

.dark #canvas-webgl {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -99;
    display: block;
    filter: invert(1);
    visibility: visible !important
}

.dark .projectNoInvert img {
    filter: invert(0) !important
}

.color-primary {
    color: var(--primary) !important
}

.dark .color-primary {
    filter: invert(1)
}

.bgc-primary {
    background: var(--primary)
}

.dark .bgc-primary {
    background: var(--dark-primary) !important
}

@font-face {
    font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/clash-display/ClashDisplay-Regular.woff2) format("woff2"), url(../../../assets/fonts/clash-display/ClashDisplay-Regular.woff) format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/clash-display/ClashDisplay-Medium.woff2) format("woff2"), url(../../../assets/fonts/clash-display/ClashDisplay-Medium.woff) format("woff");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/clash-display/ClashDisplay-Semibold.woff2) format("woff2"), url(../../../assets/fonts/clash-display/ClashDisplay-Semibold.woff) format("woff");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/ageo/Ageo-Thin.woff) format("woff");
    font-weight: 200;
    font-display: swap;
    font-style: normal
}

@font-face {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/ageo/Ageo-Light.woff) format("woff");
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

@font-face {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/ageo/Ageo.woff) format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/ageo/Ageo-Medium.woff) format("woff");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/ageo/Ageo-SemiBold.woff) format("woff");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/ageo/Ageo-Bold.woff) format("woff");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    src: url(../../../assets/fonts/ageo/Ageo-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-display: swap;
    font-style: normal
}

.pb-100 {
    padding-bottom: 100px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-50 {
    padding-bottom: 50px
}

.p-200 {
    padding: 200px 0
}

.p-150 {
    padding: 150px 0
}

.p-100 {
    padding: 100px 0
}

.p-50 {
    padding: 50px 0
}

.pt-200 {
    padding-top: 200px
}

.pt-150 {
    padding-top: 150px
}

.pt-100 {
    padding-top: 100px
}

.pt-50 {
    padding-top: 50px
}

.m-50 {
    margin: 50px 0
}

.m-100 {
    margin: 100px 0
}

.m-150 {
    margin: 150px 0
}

.m-200 {
    margin: 200px 0
}

.mt-50 {
    margin-top: 50px
}

.mt-100 {
    margin-top: 100px
}

.mt-150 {
    margin-top: 150px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-150 {
    margin-bottom: 150px
}

body {
    transition: filter .55s ease-in-out
}

.dark ::-moz-selection {
    background: var(--white)
}

.dark ::selection {
    background: var(--white)
}

.dark-mode-btn {
    border: none;
    background: var(--white);
    border-radius: 50%;
    cursor: pointer;
    margin-right: 1.5vw;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dark .dark-mode-btn {
    filter: invert(1);
    background: #1f1f1f
}

.dark .dark-mode-btn img {
    filter: invert(0) !important
}

.dark-mode-btn img {
    padding: 2px
}

.dark-mode-btn .dark-mode-svg-switch {
    width: 100%
}

.dark,
.dark .activeMenu,
.dark .third-section .agency {
    filter: invert(1)
}

.dark .c-cursor__inner {
    color: var(--white) !important;
    background: var(--black)
}

.dark .lapi_div .macbook_pro,
.dark .size-emo {
    filter: invert(1)
}

.dark .svg-dark-mode {
    filter: invert(0) !important;
    z-index: 1
}

.dark #darkMode-project {
    filter: invert(1)
}

.dark .c-cursor__inner,
.dark .footer-dark-img {
    filter: invert(0) !important
}

.dark img,
.dark video {
    filter: invert(1) !important;
    z-index: 1
}

.dark .content-hero-box-mobile .third-text h1,
.dark .experience,
.dark .overlay-2,
.dark .shape-10.shape-1,
.dark .shape-10.shape-2,
.dark .shape-10.shape-3,
.dark .shape.shape-1,
.dark .shape.shape-2,
.dark .shape.shape-3,
.dark [class*=text-stroke-fill-]:before,
[class*=text-fill-]:before {
    filter: invert(1)
}

.dark .container_lapi {
    background: var(--white1) !important
}

.dark .enigma_bg {
    color: var(--black1) !important
}

.dark [class*=text-stroke-fil-]:before,
[class*=text-fil-]:before {
    background-color: var(--dark-primary)
}

.dark .plus-rotate .plus-img {
    filter: invert(0) !important
}

.dark .contact-us-box button {
    background: var(--black)
}

.dark #darkMode-reel-img,
.dark .About-gif-num,
.dark .About-gif-text,
.dark .emoji-dark,
.dark .gifsubtext span {
    filter: invert(1)
}

.dark .caro-img-box img,
.dark .slideInner___2mfX9 .image-box-slider img {
    filter: invert(0) !important
}

.dark .sub-first-highlight,
.dark .w-e {
    filter: invert(1)
}

.dark .rotate-idea-svg img {
    mix-blend-mode: unset
}

.dark .loading {
    background: var(--white)
}

.dark #create .row-col .row-title .row-letter:nth-child(4),
.dark #create .row-col .row-title .row-letter:nth-child(5),
.dark #create .row-col .row-title .row-letter:nth-child(6),
.dark #create .row-col .row-title .row-letter:nth-child(7),
.dark #create .row-col .row-title .row-letter:nth-child(8),
.dark #create .row-col .row-title .row-letter:nth-child(9),
.dark #proj-work,
.dark .first-box-contact .work,
.dark .loading {
    filter: invert(1)
}

.dark .blog-list-tag {
    z-index: 10
}

.dark .cat-btn-arrow img,
.dark .social-icons img {
    filter: invert(0) !important
}

.dark #dark-mode-colors-casestudy #line,
.dark #palette {
    filter: invert(1)
}

.dark #case-study-arrow,
.dark #fonts-dark-casestudy {
    filter: invert(0) !important
}

.dark #kedar-font-section {
    filter: invert(1)
}

.dark #kedar-font-img {
    filter: invert(0) !important
}

.dark .preloaderWords {
    filter: invert(1);
    color: var(--black)
}

.loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: transparent
}

.mainLoaderBg {
    display: flex;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.mainLoaderBar {
    width: 20%;
    height: 100vh;
    background: var(--black)
}

.loader-wrap .span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loader-wrap .span,
.loader-wrap span {
    overflow: hidden;
    display: inline-flex
}

.loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    overflow: visible
}

.loader-wrap .loader-wrap-heading p {
    font-size: 48px;
    z-index: 20;
    color: #e0e0e0;
    text-transform: capitalize;
    font-weight: 400;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


}

.scroll-content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: background-color 3s cubic-bezier(.1, 1, .165, 1)
}

.scroll-content,
body {
    background: var(--white1)
}

body {
    overflow-x: hidden !important;
    height: 100vh;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    cursor: none;
    font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-weight: 400
}

#__next {
    overflow: hidden
}

a {
    color: var(--black);
    text-decoration: none
}

canvas {
    display: inline-block
}

label {
    cursor: pointer
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

img {
    display: unset
}

button:focus-visible {
    outline: 0 !important
}

:focus,
button:focus {
    outline: none !important
}

.bold-600 {
    font-weight: 600
}

.transition {
    position: absolute;
    z-index: 99;
    display: flex;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    pointer-events: none
}

.transition li {
    width: 100%;
    transform: scaleY(0);
    background: var(--black)
}

.magnetic-button {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1;
    touch-action: none
}

.magnetic-button span {
    display: inline-block
}

.magnetic-button--hover {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.button-1 {
    background: #075ab3;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 20px 40px
}

.button-2 {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #075ab3;
    color: #075ab3;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 40px auto
}

.hero-main-content-section .video-box .lazy-video,
.newsCard .lazy-video {
    height: 100%;
    width: 100%
}

.newsCard .lazy-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dark .scroll-About-img {
    filter: invert(0) !important
}

.image-en {
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.absolute-img {
    visibility: hidden
}

.absolute-img>* {
    visibility: visible
}

.absolute-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.image>div {
    width: 100%
}

#grow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20vw;
    position: absolute;
    top: 0;
    right: 17vw;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100vw
}

#modal-video-wrapper {
    width: 100%;
    height: 100vh;
    visibility: hidden
}

#modal-video-wrapper>* {
    visibility: visible
}

#nav-menu {
    display: none
}

.nav_toggle {
    z-index: 999;
    position: relative;
    display: inline-block;
    background-color: transparent
}

.nav_toggle:hover {
    background-color: #262626;
    color: #fff;
    cursor: pointer
}

.nav_toggle.active {
    color: #fff;
    border-color: #fff
}

.nav_toggle.active:hover {
    background-color: #fff;
    color: #262626
}

.wrapper {
    width: 90%;
    margin: auto
}

#header-fixed {
    position: fixed;
    top: 0;
    right: 3vw;
    z-index: 99
}

.overlay {
    text-align: center;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background-color: var(--black1);
    display: none
}

.menuLoaderBars,
.overlay {
    position: absolute;
    height: 100vh;
    width: 100vw
}

.menuLoaderBars {
    display: block;
    rotate: 180deg
}

.menuLoaderBar {
    display: block;
    width: 0;
    height: 25%;
    background-color: var(--black)
}

.menuLoaderBar:last-child {
    display: none
}

.overlay-2 {
    text-align: center;
    background-color: var(--primary);
    height: 100%
}

.nav,
.overlay-2 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    display: none
}

.nav {
    z-index: 115;
    height: 100vh;
    list-style-type: none
}

.activeMenu {
    -webkit-text-fill-color: var(--primary)
}

.menu-logo-conatainer {
    position: absolute;
    top: 35px;
    left: 75px
}

.menu-logo-conatainer img {
    width: 10.3vw;
    display: none;
    filter: invert(1)
}

@media screen and (max-width:991px) {
    .menu-logo-conatainer {
        top: 30px;
        left: 60px
    }

    .menu-logo-conatainer img {
        width: 6.5vw
    }
}

@media screen and (max-width:480px) {
    #menu-wrapper {
        margin-top: -4vh
    }

    .menu-logo-conatainer {
        top: 25px;
        left: 28px
    }

    .menu-logo-conatainer img {
        width: 35px
    }
}

.MenuAudio {
    position: relative;
    margin-right: 2.5vw
}

.WaveCanvas {
    padding: 7px;
    border-radius: 50%;
    background: #fff;
    width: 35px;
    height: 35px
}

.dark .WaveCanvas {
    filter: invert(1);
    background: #1f1f1f
}

.header-fixed {
    position: fixed;
    right: 2vw !important;
    top: 0;
    z-index: 10
}

.header-right-button {
    visibility: hidden
}

.header-right-button>* {
    visibility: visible
}

#header-fixed button {
    border: none;
    background: transparent;
    position: absolute;
    z-index: 99;
    right: -.5vw;
    top: 19px
}

.menu-layer {
    position: absolute;
    overflow: hidden;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0
}

.menu-layer,
.nav-div {
    height: 100%;
    width: 100%
}

.menu-cont {
    width: 90%
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.nav-item {
    margin: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    transition: color .3s ease-in-out
}

.nav-item:hover {
    color: #f0a500
}

.nav-toggle {
    display: block;
    margin: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: color .3s ease-in-out
}

.nav-toggle:hover {
    color: #f0a500
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    transition: color .3s ease-in-out
}

.close-button:hover {
    color: #f0a500
}

.cb-outro-header {
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -.01vw;
    position: relative;
    max-width: 121%
}

.cb-outro-header a:before {
    content: "";
    display: block;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 2vw;
    height: 2px;
    background: currentColor;
    transition: transform .45s cubic-bezier(.4, .22, .21, 1.04)
}

.cb-outro-header a:focus:before,
.cb-outro-header a:hover:before {
    transform: scaleX(0)
}

.arrow-image-fixed {
    position: absolute;
    right: 3.8vw;
    top: 4vw
}

.arrow-image-fixed img {
    width: 100%
}

.header-section {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.8vw
}

.right-section-header {
    display: flex;
    margin-right: 3.5vw;
    justify-content: flex-start;
    align-items: center
}

.header-logo {
    z-index: 111
}

.header-section .header-logo .main-logo {
    width: 11.3vw;
    height: 100%;
    right: 18px;
    z-index: 999
}

.header-right-button {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    position: fixed;
    right: 2vw;
    pointer-events: all !important
}

.right-section-header .showreel {
    margin-right: 2.5vw
}

.right-section-header .explore,
.right-section-header .showreel {
    font-size: 1vw;
    font-weight: 500;
    text-transform: lowercase;
    color: var(--black2)
}

.right-section-header .explore {
    margin-right: 2vw
}

.menu-fixed {
    position: fixed !important;
    top: -4px;
    right: 0;
    z-index: 125
}

.hamburger .hamburger-menu {
    display: none;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    height: 100%;
    width: 100%
}

.menu-secondary-background-color {
    background: #191919;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1
}

.hamburger .hamburger-menu .menu-layer {
    position: relative;
    background: var(--white1);
    height: 100%;
    overflow: hidden
}

.hamburger .hamburger-menu .menu-layer .wrapper {
    position: relative
}

.menu-links {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center
}

.hamburger .hamburger-menu .menu-layer .wrapper .menu-links nav {
    display: block
}

#menu {
    display: none
}

svg {
    width: 100px
}

.menu svg path {
    fill: none;
    stroke: var(--black);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all .8s cubic-bezier(.645, .045, .355, 1)
}

circle {
    fill: none;
    opacity: 0
}

label:hover circle {
    opacity: 1
}

.cross input:checked+svg .line--1,
.cross input:checked+svg .line--3 {
    --length: 22.627416998
}

.cross input:checked+svg .line--2 {
    --length: 0
}

.back input:checked+svg .line--1,
.back input:checked+svg .line--3 {
    --length: 8.602325267
}

.menu--1 .line--1,
.menu--1 .line--3 {
    --total-length: 126.64183044433594
}

.menu--1 .line--2 {
    --total-length: 70
}

.menu--1 input:checked+svg .line--1,
.menu--1 input:checked+svg .line--3 {
    --offset: -94.1149185097;
    stroke: var(--white)
}

.menu--1 input:checked+svg .line--2 {
    --offset: -50;
    stroke: var(--white)
}

.debug {
    display: none
}

.line--debug {
    opacity: 0;
    stroke-dasharray: none
}

.menu-content {
    width: 77%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    position: relative;
}

/* إضافة عنصر زائف للخلفية مع الشفافية */
.menu-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../../assets/menu/LOGO-new.png);
    background-size: 30vw;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0.2; 
    filter: invert(1);
    /* تعديل نسبة الشفافية هنا (0.3 = 30%) */
    /* z-index: -1; وضع الخلفية خلف المحتوى */
}

/* تعديل opacity للعناصر الداخلية لتكون مرئية بالكامل */
.menu-content > * {
    opacity: 1;
}
.menu-content {
    align-items: center;
}
.text-stroke-fill-ltr {
    font-size: 5vw;
    font-weight: 500;
    -webkit-text-stroke: var(--white2);
    -webkit-text-stroke-width: 0;
    -webkit-text-fill-color: var(--white2)
}

[class*=text-fill-],
[class*=text-stroke-fill-] {
    position: relative;
    display: inline-block;
    letter-spacing: 2px
}

[class*=text-fill-] {
    color: transparent
}

[class*=text-fill-]:before,
[class*=text-stroke-fill-]:before {
    content: attr(data-fill);
    position: absolute;
    white-space: nowrap;
    background: var(--primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: transparent;
    transition: all .7s cubic-bezier(.19, 1, .4, 1)
}

[class*=-fill-ltr]:before {
    top: 0;
    left: 0;
    right: 100%
}

[class*=-fill-ltr]:hover:before {
    right: 0
}

.content-heading a {
    line-height: 1.3
}

.content-heading-serial {
    font-size: 1.3vw;
    margin-right: 1vw;
    -webkit-text-fill-color: var(--gray1);
    font-weight: 500
}

.menu-footer {
    justify-content: space-between !important
}

.content-right {
    display: flex;
    justify-content: center;
    align-items: center
}

.content-right-body {
    width: 15vw
}

.content-right .content-title {
    font-size: 1vw;
    color: var(--gray);
    padding-top: 6vw
}

.content-right-body-socials {
    margin-top: 1.5vw;
    display: flex;
    justify-content: space-between
}

.content-right-body-socials .cb-menu-nav-item a {
    font-size: 1.4vw;
    font-weight: 400;
    margin-bottom: 2vw;
    color: var(--white1);
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


}

.f_heading {
    font-weight: 500;
    color: var(--gray)
}

.content-right-body-title {
    margin-top: 1vw
}

.content-link-slideup {
    font-weight: 400;
    font-size: 1.2vw
}

.content-right-body-more-column {
    margin-top: 1vw
}

.mb-3 {
    margin-bottom: 1.5vw !important
}

.border-bottom {
    border-bottom: 1.5px solid var(--black2)
}

.content-link .cb-outro-header {
    font-size: 1.1vw;

}

.menu-num .cb-menu-nav-item a {
    font-size: 1.1vw;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


}

.main-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
    min-height: 95vh;
    position: relative
}

.hero-main {
    margin-top: 2vw;
    width: 100%;
    height: auto
}

.hero-section {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    line-height: 1.2;
    position: relative
}

.hireus-button {
    position: absolute;
    background: var(--black1);
    border-radius: 50%;
    right: 1vw;
    bottom: 4vw;
    display: none
}

.hireus-button a {
    display: flex;
    justify-content: center;
    align-items: center
}

.hireus-button img {
    width: 100%;
    padding: .7vw
}

.first-section {
    width: 85%;
    display: flex;
    justify-content: flex-end;
    height: 8.5vw;
    align-items: center
}

.first-section .digital {
    font-size: 9vw;
    font-weight: 500;
    color: var(--black2);
    text-transform: capitalize
}

.first-section .para-hero {
    width: 32vw;
    font-size: 1.4vw;
    font-weight: 400;
    color: var(--black2);
    text-align: justify;
    letter-spacing: .4px;
    line-height: 1.7;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    margin: 0 3vw 0 7vw
}

.second-section {
    width: 85%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 9vw
}

.second-section .experience {
    font-size: 10vw;
    color: var(--primary);
    font-weight: 500;
    text-transform: capitalize
}

.reel-hero .hero-video {
    width: 20vw;
    margin-left: 2.5vw;
    height: 8vw;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5vw
}

.reel-anim {
    opacity: 0;
    scale: 0
}

.third-section {
    width: 78%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.third-section .design {
    font-size: 9vw;
    color: var(--black2);
    font-weight: 500;
    text-transform: capitalize
}

.third-section .agency {
    font-size: 9vw;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: var(--gray);
    -webkit-text-stroke-width: 2px;
    font-weight: 500;
    margin-left: 2vw;
    text-transform: capitalize
}

.homeBlogs {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3vw
}

.homeBlogsHeading {
    font-size: 8vw;
    color: var(--black1);
    line-height: 1.1;
    font-weight: 500;
    overflow: hidden
}

.homeBlogs a {
    font-size: 28px;
    font-weight: 500;
    color: var(--black);
    position: relative
}

.homeBlogs a:after {
    content: "";
    background: var(--black);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    scale: 1;
    transition: scale .4s ease
}

.homeBlogs a:hover:after {
    scale: 0
}

.img-box-related.homeBlog {
    height: 60vh
}

.img-box-related.homeBlog img {
    height: 100%;
    width: 100%
}

.showreel .btn-primary {
    border: none;
    background: transparent;
    font-size: 1vw;
    text-transform: lowercase;
    cursor: pointer;
    font-weight: 500;
    color: var(--black1)
}

.showreel .btn-primary:focus {
    outline: 0;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: transparent;
    color: var(--black1)
}

.hero-footer {
    width: 100%;
    padding-top: 2vw
}

.hero-footer .scroll-img {
    position: absolute;
    bottom: 0;
    left: 20px
}

.hero-footer .scroll-img img {
    width: 18px
}

.content-section,
.f-sub-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-content-text {
    padding-left: 1.5vw
}

.f-disabled {
    font-size: .9vw;
    color: var(--gray);
    font-weight: 400
}

.f-heading {
    font-size: 1vw;
    color: var(--black1)
}

.cb-menu-nav-item a {
    display: inline-block;
    font-size: 1.5vw;
    font-weight: 400;
    letter-spacing: -.01vw;
    line-height: 100%;
    text-decoration: none
}

.cb-menu-nav-item a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right center;
    background: currentColor;
    transition: transform .5s, transform-origin 0s
}

.cb-menu-nav-item a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 .01em 0 0
}

.cb-menu-nav-item a span {
    display: inline-block;
    color: transparent;
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1)
}

.cb-menu-nav-item a span:after,
.cb-menu-nav-item a span:before {
    content: attr(data-text);
    display: block;
    position: absolute;
    color: var(--white)
}

.cb-menu-nav-item a span:before {
    top: 0;
    transform: skewY(0);
    transform-origin: right bottom;
    transition: transform 2s cubic-bezier(.19, 1, .22, 1)
}

.cb-menu-nav-item a span:after {
    top: 105%;
    transform-origin: left top;
    transition: transform 2s cubic-bezier(.19, 1, .22, 1)
}

.cb-menu-nav-item a:focus span,
.cb-menu-nav-item a:hover span {
    transform: translateY(-105%)
}

.content-link .cb-outro-header a {
    color: var(--white)
}

.hero-concept-scroll {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-color: var(--white1)
}

.container_word_change_t {
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 12 !important;
    background: var(--white1);
    overflow: hidden
}

.container_word_change_t,
.container_word_change_t .container_word_change_t_content {
    -webkit-backdrop-filter: blur(15px) !important;
    backdrop-filter: blur(15px) !important;
    bottom: 0
}

.container_word_change_t .container_word_change_t_content {
    opacity: 1;
    z-index: 13;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 6.5vw;
    font-weight: 500;
    color: var(--black2)
}

.container_word_change_t .brand,
.container_word_change_t .digital,
.container_word_change_t .make,
.container_word_change_t .we {
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    letter-spacing: 2px
}

.container_word_change_t .brand {
    position: relative
}

.container_lapi {
    width: 100vw;
    height: 99.9vh;
    position: absolute
}

.container_lapi .container_lapi_content,
.container_lapi .container_lapi_content .container_lapi_content_together {
    width: inherit;
    height: inherit;
    position: relative
}

.container_lapi .container_lapi_content .container_lapi_content_together .container_lapi_content_inner {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.container_lapi .container_lapi_content .container_lapi_content_together .container_lapi_content_inner .lapi_div {
    position: relative;
    z-index: 70 !important;
    width: auto;
    height: 80vh
}

.container_lapi .container_lapi_content .container_lapi_content_together .container_lapi_content_inner .lapi_div .macbook_pro {
    content: url(../../../assets/newProject/MacBook_Pro.webp);
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    overflow: hidden;
    width: auto;
    height: 100%;
    z-index: 80 !important
}

.container_lapi .container_lapi_content .container_lapi_content_together .container_lapi_content_inner .lapi_div .macbook_frame {
    z-index: 74 !important;
    opacity: 1;
    position: absolute;
    display: block;
    margin: auto;
    top: -109px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: calc(80%);
    height: calc(77%);
    overflow: hidden;
    border-radius: 0
}

.container_lapi .container_lapi_content .container_lapi_content_together .container_lapi_content_inner .lapi_div .macbook_frame .macbook_frame_content_upper {
    width: 100%;
    height: auto;
    position: absolute;
    top: 1vh;
    left: 3%;
    transform: translateX(0);
    overflow: hidden;
    z-index: 67
}

.container_lapi .container_lapi_content .container_lapi_content_together .container_lapi_content_inner .lapi_div .macbook_frame video {
    -o-object-fit: cover;
    object-fit: cover
}

.container_lapi .container_lapi_content .enigma_bg_container {
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 81 !important
}

.container_lapi .container_lapi_content .enigma_bg_container .enigma_bg {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    font-size: 5vw;
    font-weight: 500;
    color: var(--white)
}

.o-page-tail_inner {
    position: relative;
    padding-bottom: 2em;
    background-color: var(--white1);
    backface-visibility: hidden;
    display: none;
    z-index: 999
}

.o-container {
    padding-right: 2em;
    padding-left: 2em;
    color: #080808
}

.c-hm-us_top {
    display: grid;
    justify-content: center;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 20% 60% 20%;
    grid-template-rows: auto
}

.o-media.hm-us {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 2;
    width: 100%;
    height: 90vh;
    margin-top: 2.5vw
}

.o-media_obj {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: none
}

.o-media_obj,
.w-background-video>video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.w-background-video>video {
    background-size: cover;
    background-position: 50% 50%;
    margin: auto;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    z-index: -100
}

.left-b video {
    border-radius: 1vw 0 0 1vw !important
}

.right-b video {
    border-radius: 0 1vw 1vw 0 !important
}

.c-hm-us_s2 {
    font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    position: relative;
    z-index: 1;
    display: flex;
    padding-top: 18em;
    padding-bottom: 12em;
    flex-direction: column;
    align-items: center;
    text-align: center;
    white-space: nowrap
}

.t-lead {
    font-family: 'Readex Pro' !important;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.4;
    font-synthesis: none;
    letter-spacing: 0;
    font-family: Ageo
}

.en-cta-hero {
    font-size: 2vw;
    margin-top: 30px
}

.en-cta-hero .en-cta-hero-text {
    position: relative;
    padding-bottom: 5px
}

.en-cta-hero .en-cta-hero-text:after {
    content: "";
    background: var(--black);
    height: 2px;
    width: 100%;
    transform: scaleX(1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-out
}

.en-cta-hero:hover .en-cta-hero-text:after {
    transform: scaleX(0)
}

.en-cta-hero:hover .wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block
}

@keyframes wave-animation {
    0% {
        transform: rotate(0deg)
    }

    10% {
        transform: rotate(14deg)
    }

    20% {
        transform: rotate(-8deg)
    }

    30% {
        transform: rotate(14deg)
    }

    40% {
        transform: rotate(-4deg)
    }

    50% {
        transform: rotate(10deg)
    }

    60% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.projects-slide {
    display: block;
    min-width: 250vw;
    height: 100vh;
    max-width: 100%;
    padding-top: 3.5vw;
    font-size: 5vw;
    will-change: transform
}

.projects-title {
    padding-left: 3.75vw;
    position: relative;
    margin-block: -2.5vw;
    font-family: Averta
}

.projects-title-bracket {
    font-size: 2vw;
    font-weight: 400;
    color: #eb4242
}

.projects-title-main {
    font-size: 2vw;
    font-weight: 300;
    color: var(--black2)
}

.projects-slide-row {
    width: auto;
    height: 100%;
    display: flex;
    margin-top: 6vw;
    margin-left: 10.75vw;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background: var(--white1)
}

.project-slide-case {
    display: block;
    width: 55vw !important;
    height: auto;
    margin-right: 11.5vw;
    cursor: pointer
}

.projects-slide-image img {
    width: 48vw;
    height: 27vw;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1vw
}

.pt-0 {
    padding-top: 0 !important
}

.pb {
    padding-top: 0;
    padding-bottom: 3vw
}

.projects-slide-case-title {
    font-weight: 600;
    padding-top: 3vw
}

.projects-slide-case-desc,
.projects-slide-case-title {
    width: 100%;
    text-align: center;
    font-size: 1.15vw;
    color: var(--black2)
}

.projects-slide-case-desc {
    font-weight: 400;
    opacity: .6
}

.c-works {
    transition: background-color 3s cubic-bezier(.1, 1, .165, 1);
    padding: 10vh 5vw;
    position: relative
}

.title-project {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15vh;
    text-transform: uppercase;
    align-items: baseline
}

.project-code {
    font-size: 4vw;
    color: var(--primary);
    font-weight: 400;
    font-style: normal
}

.title-project h2 {
    display: flex;
    justify-content: flex-end;
    color: var(--black1);
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: -.2vw
}

.images-row-first {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-bottom: 6vw
}

.cnt {
    border-radius: 50px;
    overflow: hidden
}

.font {
    font-family: Averta;
    font-weight: 500;
    font-style: italic;
    font-size: 2vw
}

.cnt img {
    transition: filter 3s cubic-bezier(.19, 1, .22, 1);
    width: 105%
}

.cnt img:hover {
    filter: grayscale(1)
}

.cnt1 {
    width: 55%;
    height: 95vh
}

.cnt1 img {
    height: 130% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.cnt2 {
    width: 36%;
    height: 65vh;
    transform: translateX(-5%)
}

.cnt2 img {
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover
}

.images-row-second {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-bottom: 6vw
}

.cnt3 {
    width: 60%
}

.cnt3 img {
    height: 150%
}

.images-row-third {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-bottom: 6vw
}

.cnt4 {
    width: 35%;
    height: 60vh;
    transform: translateY(45%)
}

.cnt4 img {
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover
}

.cnt5 {
    width: 58%
}

.c-project-info {
    width: auto;
    position: absolute;
    bottom: 0;
    text-decoration: none;
    padding: 0 0 20px 20px
}

.c-project-cta {
    display: flex;
    align-items: center
}

.c-project-info>p {
    font-size: 10px;
    display: block;
    padding: 12px 30px;
    font-size: .6vw;
    background: var(--white);
    color: #282828;
    margin: 10px 0;
    opacity: 0;
    border-radius: 20px;
    transform: translateY(-50%);
    transition: .4s;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500
}

.cnt:hover .c-project-info p {
    transform: translateY(0);
    opacity: 1
}

.c-project-info>p:first-child {
    transition-delay: .1s
}

.c-project-info>p:nth-child(2) {
    transition-delay: .2s
}

.c-project-cta p {
    font-size: 1.6vw;
    text-transform: none;
    background: var(--white);
    padding: 15px 55px;
    margin-right: 12px;
    font-weight: 500;
    color: var(--black1);
    width: -moz-max-content;
    width: max-content;
    border-radius: 200px
}

.c-prj-btn {
    background-color: var(--white);
    border-radius: 100px;
    padding: 18px;
    display: flex;
    height: -moz-max-content;
    height: max-content
}

.c-prj-btn svg {
    width: 1.1vw
}

#button-container {
    display: flex;
    height: 30vh;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.primary-button {
    position: relative;
    border: .1px solid var(--black1);
    border-radius: 500px;
    width: 23vw;
    height: 5vw;
    overflow: hidden;
    background-color: transparent;
    color: var(--black2);
    font-size: 1.5vw;
    transition: all .3s ease-in;
    font-weight: 500
}

.primary-button:hover {
    cursor: pointer;
    color: var(--white);
    border: .1px solid var(--black1);
    font-weight: 500
}

.primary-button .round {
    border-radius: 50%;
    background-color: var(--black1);
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: -1;
    animation: scale-down .5s forwards
}

.primary-button.animate .round {
    animation: scale-up 1.2s forwards
}

.category-section-new {
    width: 100%;
    height: 100%
}

#services {
    padding: 0 5rem
}

#services .container {
    width: 80%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

.accordion-list {
    width: 100%
}

ul {
    list-style: none outside none
}

.accordion-list li {
    position: relative !important;
    margin-bottom: 1vw
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    padding: 3.5% 0;
    cursor: pointer;
    align-items: center
}

.accordion-title h2 {
    font-size: 5.5vw;
    color: var(--black-2);
    font-weight: 500;
    letter-spacing: 2px
}

.accordion-title span {
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: 500;
    -webkit-text-fill-color: #363636;
    -webkit-text-stroke: 0;
    vertical-align: top
}

.category-line {
    width: 100%;
    height: 2px;
    background: #d6d6d6
}

.accordion-list li.open h2 {
    -webkit-text-fill-color: var(--primary);
    -webkit-text-stroke-color: var(--primary);
    -webkit-text-stroke: 0
}

.accordion-list li.open:before {
    transform: scaleX(1);
    transform-origin: left center
}

.accordion-list li figure {
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 4vw
}

.plus-rotate {
    color: #1a1a1a;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 2em;
    position: absolute;
    background: transparent;
    right: 0;
    top: 5.5vh
}

.plus-rotate span {
    position: absolute;
    transition: .5s;
    background: #1a1a1a
}

.plus-rotate span:first-child {
    top: 12%;
    bottom: 5%;
    width: 15%;
    left: 42%;
    transition-delay: .05s
}

.plus-rotate .minus-span {
    opacity: 0
}

.accordion-list li:hover .plus-rotate .minus-span {
    opacity: 1;
    transition-delay: .05s
}

.plus-rotate .plus-img {
    width: 40px;
    opacity: 1;
    transition: all .3s ease-in
}

.accordion-list li:hover .plus-rotate .plus-img {
    opacity: 0;
    transform: rotate(90deg)
}

.accordion-list li:hover .plus-rotate .plus-img {
    opacity: 0;
    transform: rotate(90deg)
}

.plus-rotate .bottom-span {
    left: 11%;
    right: 10%;
    height: 0%;
    top: 40%
}

.accordion-list li:hover .plus-rotate span {
    transform: rotate(90deg)
}

.accordion-list .cont {
    overflow: hidden;
    transition: .8s ease-in;
    font-size: 1.3em;
    margin-top: 2vw
}

.accordion-list p {
    font-family: 'Readex Pro' !important;
    overflow: hidden;
    transition: 1s ease-in;
    font-size: 1.2vw;
    padding-right: 15%;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 400;
    text-align: justify;
    padding-left: 15%;
    font-family: Ageo
}

.accordion-list li.open .cont {
    max-height: 40vh;
    padding-bottom: 20px;
    transition: all .4s ease-in
}

.accordion-list li:hover figure {
    transform: rotate(44deg);
    transition: all .3s ease-in-out
}

.category-button {
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin-top: 30px;
    margin-left: 15%;
    margin-bottom: 50px
}

.category-button a {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    color: #1a1a1a;
    padding-bottom: 5px
}

.category-button a span {
    font-size: 1.2vw;
    letter-spacing: 2px;
    font-weight: 600
}

.cat-btn-arrow {
    margin-left: 25px
}

.category-button a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--black);
    transition: all .7s cubic-bezier(.19, 1, .22, 1)
}

.category-button a:hover:after {
    transform: scaleX(0);
    transition: all .7s cubic-bezier(.19, 1, .22, 1)
}

.cat-btn-arrow img {
    width: 15px;
    transition: all .3s ease-in-out
}

.category-button a:hover .cat-btn-arrow img {
    transform: rotate(45deg);
    transition: all .3s ease-in-out
}

.text-stroke-fil-ctr {
    font-size: 6vw;
    font-weight: 600;
    -webkit-text-stroke: #363636;
    -webkit-text-stroke-width: 0;
    -webkit-text-fill-color: #363636
}

[class*=text-fil-],
[class*=text-stroke-fil-] {
    position: relative;
    display: inline-block;
    letter-spacing: 2px
}

[class*=text-fil-] {
    color: transparent
}

[class*=text-fil-]:before,
[class*=text-stroke-fil-]:before {
    content: attr(data-fill);
    position: absolute;
    white-space: nowrap;
    background-color: var(--primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: transparent;
    transition: all .7s cubic-bezier(.19, 1, .4, 1)
}

[class*=-fil-ctr]:before {
    top: 0;
    left: 0;
    right: 100%
}

.accordion-list li:hover [class*=-fil-ctr]:before {
    right: 0
}

.accordion:hover .accordion-item:hover .accordion-item-content,
accordion-item--default .accordion .accordion-item-content {
    height: 415px;
    transition: height .9s ease-in-out
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 15vh;
    overflow: hidden;
    transition: height .9s ease-in-out
}

.accordion {
    padding: 0;
    margin: 0 auto;
    width: 90%
}

.accordion .accordion-item {
    padding: 1em;
    color: #eee
}

.accordion h1 {
    margin: 0
}

.aero-hover {
    flex-direction: column;
    z-index: -99
}

.aero-hover,
.aerosol-main {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative
}

.aerosol-main {
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.aerosol-main #c-cursor {
    cursor: none !important
}

.text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--white1);
    mix-blend-mode: lighten;
    z-index: 20;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.text-container h1,
.text-container p {
    font-weight: 500;
    font-size: 6vw;
    text-align: center;
    color: var(--black);
    z-index: 1
}

.shapes {
    position: relative;
    height: 100vh;
    width: 100vw;
    background: var(--black);
    overflow: hidden
}

.shape,
.shape-10 {
    will-change: transform;
    position: absolute;
    border-radius: 50%
}

.shape-10.shape-1,
.shape.shape-1 {
    background: #7f7de4;
    width: 650px;
    height: 650px;
    margin: -325px 0 0 -325px
}

.shape-10.shape-2,
.shape.shape-2 {
    background: #6300ff;
    width: 440px;
    height: 440px;
    margin: -220px 0 0 -220px
}

.shape-10.shape-3,
.shape.shape-3 {
    background: #6300ff;
    width: 270px;
    height: 270px;
    margin: -135px 0 0 -135px
}

.c-cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    will-change: transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000
}

.cb-particles-item {
    color: var(--black2)
}

.-s4 {
    font-size: 1.2vw;
    font-weight: 500
}

.-v1 {
    left: 50%
}

.-v1,
.-v2 {
    position: absolute
}

.-v2 {
    left: 23%
}

.-v3 {
    left: 25%
}

.-v3,
.-v4 {
    position: absolute
}

.-v4 {
    left: 30%
}

.-v5 {
    left: 35%
}

.-v5,
.-v6 {
    position: absolute
}

.-v6 {
    left: 45%
}

.-v7 {
    left: 79%
}

.-v7,
.-v8 {
    position: absolute
}

.-v8 {
    left: 69%
}

.-v9 {
    left: 95%
}

.-v10,
.-v9 {
    position: absolute
}

.-v10 {
    left: 5%
}

.-v11 {
    left: 82%
}

.-v11,
.-v12 {
    position: absolute
}

.-v12 {
    left: 18%
}

.-v13 {
    left: 73%
}

.-v13,
.-v14 {
    position: absolute
}

.-v14 {
    left: 15%
}

.-v15 {
    position: absolute;
    left: 10%
}

.contact-hero {
    width: 100%;
    height: 70vh
}

.contact-hero-content {
    width: 90%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column
}

.first-box-contact {
    display: flex;
    align-items: center;
    width: 100%;
    height: 15vh;
    justify-content: flex-start
}

.first-box-contact .lets {
    font-size: 11vw;
    font-weight: 500;
    color: var(--black2);
    text-transform: capitalize
}

.first-box-contact .contact-para {
    font-size: 1.5vw;
    font-weight: 500;
    max-width: 22vw;
    color: var(--black1);
    margin-left: 7vw;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    text-align: justify
}

.first-box-contact .work {
    font-size: 11vw;
    color: var(--primary);
    font-weight: 500;
    margin-right: 0;
    text-transform: capitalize;
    overflow: hidden;
    margin-left: 1vw
}

.second-box-contact {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.second-box-contact .together {
    font-size: 11vw;
    margin-right: 4vw;
    font-weight: 500;
    color: var(--black2);
    text-transform: capitalize
}

.container {
    width: 100%;
    margin: 0 auto
}

.img-container {
    height: 90vh;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 0
}

.img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 90vh;
    transform: translate3d(0, -115.738px, 0) scale3d(.537048, .537048, 1) rotateX(0deg) rotateY(0deg) rotate(20.2541deg) skew(0deg, 0deg)
}

.img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-hero-footer {
    width: 95%;
    margin: 0 auto
}

.scnd__container {
    width: 90%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    margin: 0 auto 15vw
}

.contact__text {
    width: 96%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 50px;
    margin-bottom: 5vw
}

.contact__text h3 {
    font-size: 6vw;
    line-height: 85px;
    text-transform: lowercase;
    color: var(--black1);
    text-align: left;
    line-height: .8;
    font-weight: 500
}

.add__section {
    width: 40%
}

.card {
    background: var(--white1)
}

.card-body {
    padding: 1vw
}

.form-control,
.invalid-feedback {
    font-weight: 500
}

.form-control {
    width: 88%;
    border-radius: 0;
    background: var(--white1);
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 65%, .764);
    font-size: 1vw;
    padding-bottom: .5vw;
    padding-left: .5vw;
    padding-top: 20px;
}

.form-box {
    padding-bottom: 3vw
}

.chakra-form__error-message {
    color: red;
    padding-top: .7vw
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: none !important
}

.form-group {
    margin-bottom: 4vw
}

.form-control:focus {
    color: var(--black1);
    border-bottom: 1px solid var(--black1);
    background-color: var(--white1);
    outline: 0;
    box-shadow: none
}

.submit-button {
    position: relative;
    border: .1px solid var(--black1);
    border-radius: 500px;
    width: 15vw;
    height: 3.5vw;
    overflow: hidden;
    z-index: 2;
    background-color: transparent;
    color: var(--black2);
    font-size: 1.5vw;
    transition: all .3s ease-in;
    font-weight: 500;
    text-transform: uppercase
}

.submit-button:hover {
    cursor: pointer;
    color: var(--white);
    border: .1px solid var(--black1);
    font-weight: 500
}

.submit-button .round {
    border-radius: 50%;
    background-color: var(--black1);
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: -1;
    animation: scale-down .5s forwards
}

.submit-button.animate .round {
    animation: scale-up 1.2s forwards
}

@keyframes scale-up {
    to {
        transform: scale(1000)
    }
}

@keyframes scale-down {
    0% {
        transform: scale(1000)
    }

    to {
        ransform: scale(0)
    }
}

.contact__form {
    margin-top: 50px;
    padding-left: 70px
}

.add__content {
    opacity: 0
}

.form__section {
    width: 55%;
    margin-top: 50vw;
    z-index: 100;
}

form {
    margin-bottom: 50px
}

.submit-btn-box {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.alert {
    margin-left: 1vw;
    color: var(--black1);
    font-size: 1vw;
    font-weight: 500;
    transition: opacity .5s ease
}

.alert.hide {
    opacity: 0
}

.contact-form-submit-btn {
    background: var(--black1);
    color: var(--white)
}

input:focus-visible {
    outline: 0
}

input::-moz-placeholder {
    font-size: 17px;
    color: #a5a5a5;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-weight: 500
}

input::placeholder {
    font-size: 17px;
    color: #a5a5a5;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-weight: 500
}

input,
textarea {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


}

textarea::-moz-placeholder {
    font-size: 17px;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-weight: 500;
    color: #a5a5a5
}

textarea::placeholder {
    font-size: 17px;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-weight: 500;
    color: #a5a5a5
}

.contact__form input {
    width: 37vw;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 65%, .764);
    font-size: 1vw;
    transition: all .3s ease-in-out;
    display: block !important;
    background: transparent;
    padding-bottom: .5vw
}

.contact__form input:focus-within {
    border-bottom: 1px solid var(--black2)
}

.contact__form button:hover {
    background-color: var(--black2);
    color: var(--white1)
}

.add__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3vw
}

.add__content h2 {
    font-size: 1.2vw;
    text-transform: uppercase
}

.add__content a,
.add__content h2 {
    font-weight: 500;
    color: var(--black1)
}

.add__content a {
    text-decoration: none;
    font-size: 1.4vw;
    padding-left: 6vw
}

.pt__20 {
    margin-top: 50px
}

.circle__img {
    width: 230px;
    animation: rotate-animation 7s linear infinite
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.scroll {
    height: 30vh;
    justify-content: center
}

.scroll,
.text-marquee {
    display: flex;
    align-items: center
}

.text-marquee {
    position: relative;
    overflow-x: hidden
}

.text-single {
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    will-change: transform
}

.text {
    padding: 0;
    font-size: 10vw;
    font-weight: 500;
    color: #a2a2a2;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 1rem;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


}

.hero-About {
    width: 100%;
    height: 150vh
}

.About-header {
    position: fixed;
    z-index: 99
}

.About-header .header-section {
    width: 92vw;
    margin-left: 4vw
}

.hero-section-About {
    background-color: var(--white1)
}

.container_hero,
.hero-section-About {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh
}

.container_hero {
    z-index: 10
}

.container_hero_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 12;
    height: 100%;
    text-align: center
}

.container_hero_content #enigma-svg {
    width: 55vw;
    fill: currentColor;
    overflow: visible;
    z-index: 9
}

.container_hero_content #enigma-svg #e {
    transform: scale(5.5) translate(-95px, -118px)
}

.container_hero_content #enigma-svg #n {
    transform: scale(3) translate(-108px, -499px)
}

.container_hero_content #enigma-svg #i {
    transform: scale(2.5) translate(-170px, 452px)
}

.container_hero_content #enigma-svg #g {
    transform: scale(2.9) translate(-260px, -556px)
}

.container_hero_content #enigma-svg #m {
    transform: scale(2.5) translate(-240px, -590px)
}

.container_hero_content #enigma-svg #a {
    transform: scale(3.5) translate(-546px, 279px)
}

.st2 {
    fill: #252525
}

.container_hero_content .small_heading {
    position: relative;
    left: 0;
    right: 0;
    top: 2.5vh;
    bottom: auto;
    font-size: 1.4vw;
    line-height: 1.5;
    color: var(--black1);
    font-weight: 500;
    letter-spacing: .2em;
    opacity: 1
}

.About-hero-scroll {
    position: absolute;
    right: 20px;
    bottom: -30px
}

.About-hero-scroll img {
    width: 20px;
    height: auto
}

.dark .About-hero-scroll img {
    filter: invert(0) !important
}

.action-icon {
    position: absolute !important;
    width: -moz-fit-content;
    width: fit-content;
    bottom: -20px;
    right: 7px;
    overflow: hidden;
    opacity: 1
}

.action-icon .scroll-icon {
    display: inline-block;
    transition: all .35s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .35s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .35s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .35s cubic-bezier(.165, .84, .44, 1);
    opacity: 1;
    animation: circleSpin 8s linear infinite;
    -moz-animation: circleSpin 8s linear infinite;
    -webkit-animation: circleSpin 8s linear infinite;
    -o-animation: circleSpin 8s linear infinite;
    position: relative
}

.action-icon .inner {
    width: 12%;
    height: auto;
    position: absolute;
    top: 2.5vw;
    left: 2.3vw;
    filter: invert(1);
    opacity: 1;
    animation: float 3s ease-in-out infinite
}

@keyframes float {
    0% {
        transform: translatey(-23px)
    }

    50% {
        transform: translatey(-12px)
    }

    to {
        transform: translatey(-23px)
    }
}

@keyframes circleSpin {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        -ms-transform: rotate(1turn)
    }
}

.About-text-aero {
    max-width: 80vw;
    line-height: 1.2;
    text-align: center;
    font-size: 6.5vw !important;
    color: var(--black1)
}

.About-font-weight,
.About-text-aero {
    font-weight: 500 !important
}

.reel-section-About {
    width: 100%;
    height: 100vh
}

.reel-section-About .reel-section-box {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.reel-section-About .reel-section-box video {
    width: 100%;
    height: auto
}

.first-About-content-section {
    width: 100%;
    height: 100vh
}

.first-About-content-section .first-sub-section {
    width: 77%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.first-sub-section .left-box-heading {
    width: 55%;
    height: 100%;
    overflow: hidden
}

.first-sub-section .left-box-heading .stroke {
    -webkit-text-stroke-width: 2px !important
}

.first-sub-section .left-box-heading h2 {
    font-size: 5vw;
    font-weight: 500;
    color: var(--black2)
}

.first-sub-section .right-box-content {
    width: 100%;
    height: 100%;
    margin-top: 8vw;
    overflow: hidden
}

.first-sub-section .right-box-content p {
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.5;
    color: var(--black1);
    text-align: justify;
    font-family: Ageo
}

.mt-About {
    margin-top: 4vw
}

.About-hr-heading {
    -webkit-text-fill-color: var(--black)
}

.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 15vw
}

.sections-horizontal h1 {
    font-size: 4.5vw;
    text-transform: lowercase;
    font-weight: 600
}

.sections-horizontal p {
    font-size: 1.4vw;
    line-height: 1.5;
    font-weight: 500;
    max-width: 60vw;
    margin-top: 2vw;
    color: var(--black1);
    text-transform: lowercase;
    text-align: justify
}

.scroller {
    width: 100%;
    height: auto
}

.showcase {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: unset;
    height: auto
}

.text-wrap {
    overflow: hidden;
    width: 35vw
}

.text-wrap,
.text-wrapper {
    position: relative;
    height: 100%
}

.text-pin,
.text-wrapper {
    width: 100%
}

.text-pin {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.image-wrap,
.side-image-wrap {
    border-radius: 5px
}

.image-wrap {
    position: relative;
    overflow: hidden;
    width: 450px;
    height: 80vh;
    margin-top: 10vh
}

.image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: auto
}

.side-image-wrap {
    position: relative;
    overflow: hidden;
    width: 450px;
    height: 40vh;
    margin-top: 30vh;
    margin-left: -20vw
}

.side-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: auto
}

.image.blue,
.side-image.blue {
    background-color: #4682b4;
    background-image: url(https://images.unsplash.com/photo-1527203561188-dae1bc1a417f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=715&amp;q=80);
    background-position: bottom
}

.image.red,
.side-image.red {
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1581090464777-f3220bbe1b8b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
    background-position: top
}

.image.green,
.side-image.green {
    background-color: green;
    background-image: url(https://images.unsplash.com/photo-1634750302304-0fc824505e54?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
    background-position: top
}

.image.orange,
.side-image.orange {
    background-color: orange;
    background-image: url(https://images.unsplash.com/photo-1535223289827-42f1e9919769?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
    background-position: top
}

.image.purple,
.side-image.purple {
    background-color: purple;
    background-image: url(https://images.unsplash.com/photo-1569852178898-9605dfd85b4a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
    background-position: 50%
}

.client-About-content-section {
    width: 100%;
    height: 100%
}

.client-About-content-section .first-sub-section {
    width: 77%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.client-About-content-section .first-sub-section .left-box-heading {
    width: 85%;
    align-self: flex-start
}

.client-About-content-section .first-sub-section .left-box-heading .stroke {
    -webkit-text-stroke-width: 2px !important
}

.client-About-content-section .first-sub-section .left-box-heading h2 {
    font-size: 5vw;
    font-weight: 500;
    color: var(--black2)
}

.client-About-content-section .first-sub-section .right-box-content {
    width: 60%;
    margin-top: 4vw;
    align-self: flex-end
}

.client-About-content-section .first-sub-section .right-box-content h3 {
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.5;
    color: var(--black1)
}

.client-logo-section {
    width: 100%;
    height: 100%
}

.client-logo-section .client-logo-sub-section {
    width: 80%;
    margin: 0 auto
}

.client-logo-first-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.client-logo-box {
    width: 100%
}

.client-logo-box .img1 {
    width: 100%;
    padding: 3vw;
    filter: grayscale(1);
    border: 1px solid #d7d7d7;
    border-left: transparent;
    border-top: transparent;
    transition: all .3s ease-in
}

.client-logo-box .img1:hover {
    filter: invert(0)
}

.client-logo-box .img2 {
    width: 100%;
    padding: 3vw;
    filter: grayscale(1);
    border: 1px solid #d7d7d7;
    border-left: transparent;
    border-top: transparent
}

.client-logo-box .img2:hover {
    filter: invert(0)
}

.client-logo-box .img3 {
    width: 100%;
    padding: 3vw;
    filter: grayscale(1);
    border: 1px solid #d7d7d7;
    border-left: transparent;
    border-top: transparent
}

.client-logo-box .img3:hover {
    filter: invert(0)
}

.client-logo-box .img4 {
    width: 100%;
    padding: 3vw;
    filter: grayscale(1);
    border: 1px solid #d7d7d7;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent
}

.client-logo-box .img4:hover {
    filter: invert(0)
}

.b-b {
    border-bottom: transparent !important
}

.horizontalSlider___281Ls {
    height: 60vh;
    margin-left: 7vw;
    overflow: visible !important
}

.Carousel_slide__caro__ckaQX {
    height: 100%;
    position: static;
    width: 12% !important;
    height: 60vh !important;
    padding-bottom: 0 !important;
    padding: 20px;
    margin: 20px;
    position: relative
}

.Carousel_slide__caro__ckaQX,
.image-box-slider {
    display: flex;
    justify-content: center;
    align-items: center
}

.image-box-slider {
    width: 100%;
    height: 80%
}

.slideInner___2mfX9 {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #eaeaea
}

.slideInner___2mfX9 img {
    width: 40%
}

.sliderAnimation___300FY {
    transition: 1s ease-in-out !important
}

.bottom-caro-box {
    width: 85%;
    justify-content: space-between;
    display: flex;
    align-items: center
}

.bottom-caro-box h4 {
    font-size: 1.4vw;
    color: var(--black1);
    font-weight: 400
}

.caro-img-box {
    width: 1.5vw;
    height: 1.5vw;
    background: #e3e0e0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.caro-img-box img {
    width: 60%;
    transition: all .5s ease-in-out
}

.Carousel_slide__caro__PQI87:hover .caro-img-box {
    background: #e3e0e0
}

.Carousel_slide__caro__PQI87:hover .caro-img-box img {
    transform: rotate(180deg)
}

.buttonBack___1mlaL {
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    margin-left: 8vw;
    background: var(--white);
    transition: all .4s ease-in-out
}

.back-button-svg svg {
    transform: rotate(-135deg);
    width: 55px;
    padding: 20px
}

.buttonNext___2mOCa {
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    margin-left: .5vw;
    background: var(--white);
    transition: all .4s ease-in-out
}

.forward-button-svg svg {
    transform: rotate(45deg);
    width: 55px;
    padding: 20px
}

.buttonBack___1mlaL:hover {
    background: var(--black1)
}

.buttonBack___1mlaL:hover svg {
    filter: invert(1)
}

.buttonNext___2mOCa:hover {
    background: var(--black1)
}

.buttonNext___2mOCa:hover svg {
    filter: invert(1)
}

.hide-div-caro {
    height: 85%;
    align-items: center;
    flex-direction: column
}

.bottom-caro-link-content,
.hide-div-caro {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.bottom-caro-link-content {
    padding: 0 2.5vw
}

.bottom-caro-link-content .en-link-under {
    font-size: 1.4vw
}

.hide-caro-box {
    background: var(--black1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    align-self: flex-end
}

.hide-div-caro p {
    padding: 0 2.5vw;
    text-align: justify;
    color: var(--black1);
    font-size: 1.4vw;
    font-family: Ageo
}

.hide-caro-box img {
    width: 60%;
    filter: invert(1);
    transition: all .4s ease-in
}

.Carousel_slide__caro__PQI87:hover .hide-caro-box {
    background: var(--black1)
}

.Carousel_slide__caro__PQI87:hover .hide-caro-box img {
    filter: invert(1)
}

.service-hero {
    width: 80%;
    height: 60vh;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.service-hero-content {
    width: 100%
}

.first-box-service {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center
}

.w-e {
    margin-left: 2vw;
    color: var(--primary)
}

.first-box-service .what-we {
    font-size: 10.5vw;
    font-weight: 500;
    color: var(--black1)
}

.first-box-service p {
    font-size: 1.3vw;
    font-weight: 400;
    text-align: justify;
    margin-left: 5vw;
    margin-right: 1vw;
    line-height: 125%;
    font-family: Ageo
}

.second-box-service {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 23vw;
    position: relative
}

.do {
    font-size: 10.5vw;
    font-weight: 500;
    color: var(--black2);
    position: absolute !important;
    left: 20vw;
    line-height: .8
}

.service-footer {
    width: 92%;
    margin: 0 auto
}

.service-second-image-section {
    width: 90%;
    height: 100vh;
    margin: 10vh auto 10vw
}

.image-container {
    height: 100%
}

.image-container,
.image-container-en {
    position: relative;
    overflow: hidden;
    width: 90vw
}

.image-container-en {
    height: auto
}

.image-container img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    -o-object-position: center;
    object-position: center;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.rotate-idea-svg img {
    position: absolute;
    left: 2vw !important;
    bottom: 2vw !important;
    width: 12%;
    height: auto;
    mix-blend-mode: screen
}

.service-cap-section {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15vw
}

.service-cap-section .left-box .sub-text {
    font-size: 1.2vw;
    color: var(--black1);
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-weight: 400
}

.service-cap-section .right-box {
    width: 30vw
}

.service-cap-section .right-box .service-right-head {
    font-size: 3vw;
    color: var(--black1);
    margin-bottom: 3vw;
    overflow: hidden;
    font-weight: 500
}

.service-cap-section .right-box p {
    max-width: 35vw;
    font-size: 1.2vw;
    font-weight: 400;
    text-align: justify;
    color: var(--black1);
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    overflow: hidden
}

.strategy-box {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh
}

.flex-reverse {
    flex-direction: row-reverse
}

.left-strategy-box {
    width: 50%
}

.left-strategy-box h2 {
    font-size: 5vw;
    color: var(--black2);
    margin-bottom: 2vw;
    overflow: hidden;
    font-weight: 500
}

.left-strategy-box p {
    max-width: 33vw;
    font-size: 1.2vw;
    font-weight: 400;
    color: var(--black1);
    text-align: justify;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    overflow: hidden
}

.service-box-image {
    position: relative;
    width: 27vw;
    height: 70vh
}

.service-box-image img {
    width: 100%;
    height: 110%;
    -o-object-position: center;
    object-position: center;
    padding: 0;
    top: -5%
}

.main-how {
    width: 100%;
    height: auto
}

.how-we-work {
    width: 90%;
    margin: 0 auto 7vw;
    height: auto
}

.how-we-work .first-heading-box {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    line-height: 1
}

.develop-box-service {
    width: 100%
}

.sub-first-highlight {
    color: var(--primary)
}

.how-we-work .first-heading-box .sub-first-heading {
    font-size: 10vw;
    font-weight: 500;
    color: var(--black2)
}

.line-anim {
    height: 180px;
    position: relative;
    overflow: hidden
}

.line-anim .span {
    position: absolute
}

.how-we-work .first-heading-box .sub-second-heading {
    font-size: 10vw;
    font-weight: 500;
    align-self: flex-end;
    color: var(--black2);
    width: 60%
}

.main-how .top-box {
    width: 90%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-direction: column
}

.main-how .top-box.last-box {
    width: 90%;
    justify-content: flex-start
}

.main-how .top-box .first-box-how {
    width: 90%;
    height: 30vh;
    margin: 0 auto;
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

.box-we {
    margin-left: 1vw
}

.box-we-para {
    width: 40vw
}

.main-how .top-box .first-box-how .box-we .disabled-work {
    font-size: 3.5vw;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black1);
    margin-bottom: 1.5vw
}

.main-how .top-box .first-box-how .box-we .disabled-work .span-small-num {
    color: #a2a2a2;
    font-size: 1.2vw;
    vertical-align: top;
    margin-right: 1vw
}

.box-we-para p {
    font-size: 1.7vw;
    color: var(--black1);
    font-weight: 500;
    text-align: justify;
    font-family: Ageo
}

.cb-marquee {
    position: relative;
    z-index: 3;
    overflow: hidden;
    height: 110vh
}

.cb-marquee-main {
    padding: 10vw 0 20vw
}

.cb-marquee-content {
    display: flex;
    align-items: center;
    text-align: center
}

.cb-marquee-container {
    width: 100%
}

.cb-marquee-main {
    overflow: hidden
}

.cb-marquee-carousel {
    transform: rotate(50deg)
}

.cb-marquee-carousel.caro-1 {
    margin-right: -18vw;
    margin-bottom: 5vw
}

.cb-marquee-carousel.-v2 {
    margin-left: -300px
}

.cb-marquee-items {
    width: 100%;
    display: flex;
    position: relative;
    transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important
}

.cb-marquee-item {
    flex-shrink: 0;
    margin-right: 80px;
    width: 30vw;
    height: 30vw;
    overflow: hidden
}

.cb-marquee-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    transform-origin: center;
    transform: rotate(40deg);
    top: 0 !important;
    max-width: 4800px;
    max-height: 590px !important
}

#scroll-container {
    height: 100vh;
    overflow: hidden;
    background: var(--white1)
}

.module {
    width: 800px;
    height: 600px;
    margin: 20px;
    display: flex;
    position: relative;
    overflow: hidden
}

.module img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 125%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.module-2 {
    width: 800px;
    height: 600px;
    margin: 20px;
    display: flex;
    overflow: hidden;
    position: relative
}

.module-2 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 125%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.cl-10 {
    margin-right: -30vw;
    margin-left: -109vw
}

.cr-10 {
    margin-top: -13vw;
    margin-left: -30vw
}

.cf-10 {
    margin-top: -45vw;
    margin-left: 25vw
}

.minus-10 {
    margin-left: -55vw
}

.MR-20 {
    margin-left: 20vw !important
}

.gifSectionAbout {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20vw 0
}

.gifAboutSub {
    width: 100%;
    height: 45vh;
    display: flex
}

.newsCard {
    position: relative;
    width: 450px;
    height: 450px;
    margin: 5rem auto;
    background-color: var(--white);
    color: var(--black1);
    overflow: hidden
}

.About-gif-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.About-gif-num,
.About-gif-text {
    font-size: 3vw;
    color: var(--white);
    margin: 0;
    position: absolute
}

.About-gif-num {
    bottom: 1vw;
    left: 1vw;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px
}

.newsCard .gif-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .6s ease-in-out;
    filter: brightness(.5)
}

.newsCard .About-gif-arrow {
    width: 2vw;
    height: 2vw;
    margin: 0;
    position: absolute;
    top: 1vw;
    right: 1vw;
    z-index: 10
}

.newsCaption {
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: .6;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    padding: 40px;
    transform: translateX(100%);
    backface-visibility: hidden;
    transition: transform .4s, opacity .1s .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

.newsCaption-content {
    margin: 0;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.7;
    font-family: Ageo
}

.newsCard:hover img {
    opacity: 0
}

.news-Slide-up:hover .newsCaption {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s, opacity .1s
}

.gifBottomText {
    width: 100%;
    margin: 5vw 0
}

.gifBottomText,
.gifsubtext {
    display: flex;
    justify-content: center;
    align-items: center
}

.gifsubtext {
    width: 80%;
    flex-direction: column;
    position: relative
}

.gifsubtext p {
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center
}

.gifsubtext>p {
    background: linear-gradient(90deg, #060606 50%, #ede8e8 0);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text
}

.gifsubtext .span1 {
    font-size: 2.5vw;
    position: absolute;
    right: 6vw;
    top: .5vw
}

.gifsubtext .span2 {
    font-size: 2.5vw;
    position: absolute;
    right: 1.5vw;
    bottom: 5.5vw
}

.gifsubtext .span3 {
    font-size: 2.5vw;
    position: absolute;
    right: 6vw;
    bottom: .2vw
}

.gifsubtext span {
    font-size: 4vw;
    position: absolute;
    right: 1vw;
    bottom: 1vw
}

.services-catalog {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2.5vw
}

.services-catalog-title {
    font-size: 4.5vw;
    letter-spacing: -.15vw;
    line-height: 125%;
    font-weight: 500
}

.services-catalog-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    white-space: nowrap;
    padding: 0;
    will-change: transform
}

.services-catalog-row-item {
    font-size: 1.5vw;
    font-weight: 400;
    letter-spacing: -.035vw;
    padding: 0;
    display: inline-block;
    margin-right: 10vw
}

.margin-top-medium {
    margin-top: 9vw
}

.margin-top-xs {
    margin-top: 2vw
}

#studio-head {
    width: 100%
}

.studio {
    height: auto
}

.studio-heading {
    font-size: 4.425vw;
    letter-spacing: -.2vw;
    line-height: 125%;
    padding-inline: 15.5vw;
    margin-bottom: -7.5vw
}

.banner {
    position: relative;
    margin-top: 7vw
}

#create span {
    color: var(--primary)
}

.stroke {
    -webkit-text-stroke-width: .1vw !important;
    -webkit-text-stroke-color: var(--black) !important;
    -webkit-text-fill-color: transparent !important
}

.minus-small {
    margin-top: -2.5vw
}

.banner .banner-row {
    overflow: hidden;
    display: flex;
    align-items: center
}

.banner .banner-row.center {
    padding-right: 0;
    justify-content: center;
    text-align: center
}

.studio-img-hero {
    margin-top: 4vw;
    width: 90%;
    height: auto
}

.studio-aero h1 {
    font-size: 7vw
}

.size-emo {
    font-size: 2vw
}

.cb-particles-item.-p1:before {
    background: #572ce8;
    color: #572ce8
}

.cb-particles-item.-p2:before {
    background: #ff2e5c;
    color: #ff2e5c
}

.cb-particles-item.-p3:before {
    background: #7affcf;
    color: #7affcf
}

.cb-particles-item.-c3:before {
    width: 1vw;
    height: 1vw
}

.cb-particles-item.-dot:before {
    content: "";
    display: block;
    border-radius: 50%
}

#create.banner-row .row-title .row-letter:first-child {
    color: var(--black1) !important
}

#create.banner-row .row-title .row-letter:nth-child(2) {
    color: var(--black1) !important;
    margin-right: 2vw
}

span.row-letter:nth-child(10),
span.row-letter:nth-child(20) {
    width: 6vw
}

.banner .banner-row.center .row-letter {
    left: 0
}

.banner .banner-row.right {
    justify-content: flex-end
}

.banner .banner-row .row-letter,
.banner .banner-row .row-title {
    font-size: 11vw;
    color: var(--black2);
    font-weight: 500;
    position: relative;
    line-height: 125%;
    letter-spacing: -.3vw;
    display: inline-block;
    white-space: nowrap
}

.banner .banner-row .row-col .row-message {
    font-weight: 500;
    font-size: 1.55vw;
    line-height: 125%;
    width: 28vw;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    color: var(--black2) !important
}

.transition-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.transition-image img {
    max-width: 800px;
    display: flex
}

.transition-image.final {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    cursor: pointer
}

.overview-v1 {
    display: flex;
    flex-direction: row;
    margin-top: 13.5vw;
    padding-block: 4.5vw;
    padding-left: 15.5%;
    padding-right: 13.5%
}

.cover-image {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.cover-image img {
    width: 100%;
    height: 60%
}

.transition-image.final video {
    width: 100%;
    max-width: 100%
}

.overview-v2 {
    display: flex;
    flex-direction: row;
    margin-top: 13.5vw;
    padding-top: 4.5vw;
    padding-left: 15.5%;
    padding-right: 13.5%
}

.overview-v2-title {
    display: flex;
    flex: 1 1;
    font-size: 4.25vw;
    letter-spacing: -.1vw;
    font-weight: 700;
    line-height: 100%
}

.overview-v2-desc {
    display: flex;
    flex: 1 1;
    font-size: 1.75vw;
    letter-spacing: -.03vw;
    font-weight: 400
}

.banner .banner-row .row-col {
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 100%;
    color: #2b2b2b;
    margin-left: 7vw
}

.marquee {
    position: relative;
    overflow: hidden
}

.marquee.animate .marquee__inner {
    animation-play-state: running
}

.marquee .marquee__inner {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(-25%, 0, 0);
    animation: marquee 6s linear infinite;
    animation-play-state: paused
}

.marquee .row-title {
    padding: 0 10vw
}

@keyframes marquee {
    0% {
        transform: translate3d(-25%, 0, 0)
    }

    to {
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes marquee-lg {
    0% {
        transform: translate3d(calc(-25% + 10vw), 0, 0)
    }

    to {
        transform: translate3d(calc(-50% + 10vw), 0, 0)
    }
}

body.loading {
    overflow: hidden;
    height: 100vh;
    z-index: 99999;
    background: var(--white1)
}

.dark.loading {
    filter: invert(1);
    background: #060606
}

.loader .loader-inner .image-block {
    position: absolute;
    transform-origin: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader .loader-inner .image-block.image-1 {
    width: 400px;
    left: 3%;
    top: 50%;
    z-index: 999
}

.loader .loader-inner .image-block img {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.loader .loader-inner .image-block.image-3 {
    width: 300px;
    right: 4%;
    top: 40%;
    z-index: 999
}

.loader .loader-inner .image-block.image-4 {
    max-width: 400px;
    width: 40%;
    right: 3%;
    top: 900%;
    z-index: 999
}

.loader .loader-inner .image-block.image-5 {
    width: 280px;
    left: 5%;
    top: 600%;
    z-index: 999
}

.studio-spacing {
    height: 13vw
}

.project-heading {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5vw
}

.project-first-box {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.project-first-box .disabled {
    font-size: 8vw;
    color: #a2a2a2
}

.project-first-box .para-project {
    max-width: 21vw;
    font-weight: 500;
    color: var(--black1);
    font-size: 1.1vw
}

.project-second-box {
    width: 80%;
    display: flex;
    justify-content: flex-end
}

.project-second-box h1 {
    font-size: 8vw;
    color: var(--black1)
}

.c_works {
    width: 100%;
    height: 100%;
    padding: 0
}

.projects-section {
    width: 75%;
    margin: 0 auto;
    padding-top: 10vw
}

.projects-boxes {
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.project-box {
    width: 50vw;
    height: 60vh
}

.project-box-2 {
    height: 100%
}

.content-box {
    width: 67%
}

.center-project-section {
    width: 100%;
    height: 60vh;
    margin-top: 5vw
}

.center-project-section,
.main-box {
    display: flex;
    align-items: center;
    flex-direction: column
}

.main-box {
    width: auto;
    height: auto;
    border-radius: inherit;
    text-align: center;
    justify-content: flex-end
}

.main-box img:hover {
    filter: none
}

.project-box img {
    height: 150%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-box-2 {
    width: 45%;
    text-align: center;
    height: 100%;
    margin-left: 5vw
}

.content-box {
    margin-top: 1vw
}

.content-box h2 {
    font-size: 1.5vw;
    font-weight: 600
}

.project-section-2 {
    padding-top: 0;
    margin-top: 15vw;
    display: flex;
    align-items: baseline
}

.project-box-3 {
    height: 30vh
}

.project-boxes-2 {
    flex-direction: row-reverse
}

.content_box {
    width: 100%
}

.project-section-3 {
    margin-top: 10vw;
    display: flex
}

.project-box-certvault {
    width: 33vw;
    height: 70vh
}

.projects-section-last-works {
    display: flex;
    align-items: center
}

.img-reveal {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.img-reveal img {
    width: 100%;
    opacity: 0
}

.img-reveal:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--black)
}

.project-section-works {
    width: 100%;
    height: 400vh
}

.first-box-kedar {
    width: 75%;
    margin: 0 auto
}

.content-kedar {
    width: 70%;
    text-align: left;
    overflow: visible;
    border-radius: 0
}

.kedar-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.content-kedar img {
    width: 100%;
    height: 80%
}

.content-kedar h1 {
    margin-top: 1vw;
    font-size: 2vw;
    color: var(--black1)
}

.content-kedar h3 {
    font-size: 1vw;
    margin-top: .5vw;
    font-weight: 500;
    color: var(--black1)
}

.second-box-pdtl-quick {
    width: 75%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 8vw
}

.content-pdtl {
    width: 35%;
    text-align: left;
    margin-top: 12vw;
    overflow: visible
}

.image-box-pdtl,
.image-box-quick {
    overflow: hidden
}

.content-pdtl img {
    width: 100%;
    height: 150%
}

.content-pdtl h1 {
    margin-top: 1vw;
    font-size: 1.7vw;
    color: var(--black1)
}

.content-pdtl h3 {
    font-size: 1vw;
    font-weight: 500;
    margin-top: .5vw;
    color: var(--black1)
}

.content-quick {
    width: 55%;
    height: 50vh;
    text-align: left;
    overflow: visible
}

.content-quick img {
    width: 100%
}

.content-quick h1 {
    margin-top: 1vw;
    font-size: 1.7vw;
    color: var(--black1)
}

.content-quick h3 {
    font-size: 1vw;
    margin-top: .5vw;
    font-weight: 500;
    color: var(--black1);
    max-width: 25vw
}

.third-box-patro-cert {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 10vw
}

.content-patronum {
    width: 35%;
    text-align: left;
    margin-top: 18vw;
    overflow: visible
}

.content-patronum img {
    width: 100%;
    height: 150%
}

.content-patronum h1 {
    margin-top: 1vw;
    font-size: 1.7vw;
    color: var(--black1)
}

.content-patronum h3 {
    font-size: 1vw;
    margin-top: .5vw;
    font-weight: 500;
    max-width: 25vw;
    color: var(--black1)
}

.content-cert {
    width: 55%;
    height: 50vh;
    text-align: left;
    overflow: visible
}

.content-cert img {
    width: 120%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.content-cert h1 {
    margin-top: 1vw;
    font-size: 1.7vw;
    color: var(--black1)
}

.content-cert h3 {
    font-size: 1vw;
    font-weight: 500;
    margin-top: .5vw;
    max-width: 30vw;
    color: var(--black1)
}

.blogs-main-section {
    width: 100%;
    height: auto
}

.blogs-sub-section {
    width: 85%;
    height: 100%;
    margin: 0 auto
}

.blogs-heading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden
}

.blogs-heading h1 {
    font-size: 7vw;
    margin-top: 2vw;
    font-weight: 500;
    color: var(--black1);
    text-transform: uppercase
}

.blogs-section {
    margin-top: 2vw;
    margin-bottom: 4rem
}

.blog-page-grid {
    width: 100%
}

.blog-cati-button {
    margin-top: 2vw
}

.blog-cati-button button {
    border-radius: 50px;
    font-size: 1.2vw;
    padding: .5vw 2vw;
    margin-right: 1vw;
    cursor: pointer;
    background: transparent;
    border: 1px solid var(--black);
    font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-weight: 500;
    position: relative;
    margin-bottom: 1vw
}

.blog-cati-button .active {
    color: var(--white);
    background-color: var(--black) !important
}

.button--calypso:after,
.button--calypso:before {
    position: absolute;
    top: -1vw;
    left: 0;
    width: 100%;
    height: 100%
}

.button--calypso {
    overflow: hidden;
    color: var(--black1)
}

.button--calypso span {
    display: block;
    position: relative;
    z-index: 10
}

.button--calypso:hover span {
    color: var(--white);
    animation: MoveScaleUpInitial .3s forwards, MoveScaleUpEnd .3s .3s forwards
}

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scaleY(2);
        opacity: 0
    }
}

@keyframes MoveScaleUpEnd {
    0% {
        transform: translate3d(0, 100%, 0) scaleY(2);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.button--calypso:before {
    content: "";
    background: var(--black);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0)
}

.button--calypso:hover:before {
    transform: translateZ(0) scaleX(1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1)
}

.button--calypso:after {
    content: "";
    background: var(--black);
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1)
}

.button--calypso:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    color: var(--white);
    transition-timing-function: linear
}

.button--calypso .active {
    color: var(--white);
    background-color: var(--black) !important
}

.ul-blog {
    margin-top: 5vw;
    height: 100%
}

.image-box-blog,
.ul-blog {
    position: relative;
    width: 100%
}

.image-box-blog {
    height: 60vh;
    overflow: hidden
}

.img-blog {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.desc-tag {
    font-size: 1.5vw;
    font-weight: 500;
    color: var(--black1);
    margin-top: 1vw
}

.ul-items {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    justify-content: space-between;
    align-items: start;
    min-height: 50vh
}

.no-blog-msg {
    text-align: center;
    width: 80vw;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    padding-top: 20vh
}

.blog-list-tag {
    position: absolute;
    top: 1vw;
    left: 1vw;
    list-style: none;
    padding: .5vw 1.5vw;
    border-radius: 50px;
    font-size: 1.3vw !important;
    font-weight: 500;
    background: var(--black);
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid var(--black2)
}

.blog-showmore-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6vw
}

.blog-showmore-box .view-more {
    font-size: 1.5vw;
    padding: 1vw 5vw;
    color: var(--black1);
    transition: all .5s ease-in-out;
    position: relative
}

.list-blog {
    display: list-item;
    margin-left: 1.3vw
}

.b__dt-main {
    width: 85%;
    margin: auto;
    height: 100%
}

.b__dt-head-contain {
    padding-top: 6vw;
    overflow: hidden
}

.b__dt-head-contain h1 {
    max-width: 60vw;
    font-size: 3vw;
    color: var(--black1);
    text-transform: capitalize;
    font-weight: 500
}

.b__dt-main-blog {
    margin: 0 auto;
    padding-top: 7vw;
    display: flex;
    justify-content: space-between
}

.b__dt-auth-box {
    margin-bottom: 2vw
}

.b__dt-auth-dt {
    font-size: 17px;
    color: var(--gray1);
    margin-bottom: 5px
}

.b__dt-auth-dt,
.b__dt-auth-dt-ans {
    font-weight: 500;
    text-transform: uppercase
}

.b__dt-auth-dt-ans {
    font-size: 22px;
    color: var(--black1)
}

.b__dt-s-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px
}

.b__dt-s-icon button {
    margin-right: 20px
}

.b__dt-s-icon img {
    width: 2vw
}

.dark .b__dt-s-icon img {
    filter: invert(0) !important
}

.b__dt-content {
    width: 60%;
    font-family: Ageo
}

.blog__dt-tags {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 80px 0 20px;
    flex-wrap: wrap
}

.blog__dt-tag {
    font-size: 18px;
    background: #f2f2f2;
    padding: 10px 15px;
    border-radius: 30px;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--black)
}

.b__dt-it {
    font-style: italic;
    font-size: 26px !important;
    color: var(--black);
    letter-spacing: 1px;
    font-weight: 500
}

.b__dt-content p {
    margin-bottom: 24px;
    font-size: 24px
}

.b__dt-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px
}

.b__dt-content img {
    height: 600px;
    width: 100%;
    margin: 30px 0 50px;
    -o-object-fit: cover;
    object-fit: cover
}

.img-caption {
    text-align: center;
    font-size: 18px !important;
    font-weight: 400;
    color: var(--gray1);
    padding-top: 15px !important
}

.b__dt-content li {
    font-size: 24px;
    margin-bottom: 5px;
    margin-left: 30px;
    color: var(--black2);
    list-style-type: disc
}

.b__dt-li {
    margin-bottom: 24px
}

.b__dt-li li {
    font-size: 24px;
    margin-bottom: 5px;
    margin-left: 30px;
    color: var(--black2);
    list-style-type: disc
}

.b__dt-li.ol li {
    list-style-type: decimal !important
}

.b__dt-li.un-order li {
    list-style-type: none
}

.b__dt-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

.b__dt-content .bold {
    font-weight: 600;
    color: var(--black1);
    margin-bottom: .8vw;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-size: 26px !important
}

.b__dt-content .under {
    text-decoration: underline
}

.b__dt-content .cp {
    color: #00c
}

.b__dt-quote {
    position: relative;
    padding: 10px 10% 10px 30px;
    text-align: justify;
    margin: 50px 0 !important
}

.quote-auth {
    font-size: 22px;
    color: var(--gray2);
    width: 100%;
    display: block;
    margin-top: 20px
}

.b__dt-quote:before {
    content: "";
    background: var(--black);
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    position: absolute
}

.b__dt-content .it {
    font-style: italic
}

.b__dt-content .hl {
    background: #b7b6ff;
    transition: all .15s ease
}

.dark .b__dt-content .cp,
.dark .b__dt-content .hl {
    filter: invert(1)
}

.b__dt-content .hl:hover {
    background: #6300ff;
    color: #fff
}

.strong {
    font-weight: 500;
    font-size: 3vw;
    letter-spacing: -.05vw;
    border-left: 3px solid var(--black1);
    padding-left: 3vw;
    padding-right: 5vw;
    text-align: left;
    font-family: Ageo
}

.related-articles {
    width: 85%;
    margin: 15vh auto
}

.related-articles.service__d {
    margin: 25vh auto !important
}

.related-article-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.service__d-head-blog {
    font-size: 4vw;
    font-weight: 500
}

.related-article-heading h3 {
    font-size: 7vw;
    font-weight: 500;
    line-height: 1
}

.related-article-heading p {
    font-size: 1.5vw;
    cursor: pointer;
    font-weight: 500;
    position: relative
}

.related-article-heading p:before {
    content: "";
    display: block;
    position: absolute !important;
    left: 0;
    bottom: 5px;
    height: 2px;
    width: 100%;
    background: currentColor;
    transform: scaleX(1);
    transition: all .45s cubic-bezier(.4, .22, .21, 1.04)
}

.related-article-heading p:focus:before,
.related-article-heading p:hover:before {
    transform: scaleX(0)
}

.box-img-content {
    width: 31%;
    height: 100%
}

.related-box-img {
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 31% 31% 31%
}

.img-box-related {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.img-box-related img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.box-img-content.service__d {
    width: 100%
}

.img-box-related.service__d img {
    height: 60vh
}

.related-box-img h4 {
    max-width: 96%;
    font-size: 1.4vw;
    margin-top: 1vw;
    color: var(--black1);
    font-weight: 500
}

.span-font-size-2 {
    font-size: 1.3vw !important
}

.en-footer-section {
    width: 90%;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto
}

.en-f__content {
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding-top: 5vw
}

.en-footer-section .en-f__content p {
    font-size: 7vw;
    color: var(--black1);
    display: inline-flex;
    line-height: 1;
    overflow: hidden;
    height: 120px;
}

.mr-11 {
    margin-left: 18vw
}

.en-footer-section .en-f__content h1 div {
    padding-left: 20px
}

.shy-img-1 {
    width: 11%;
    height: auto;
    margin-left: 3vw
}

.shy-img-2 {
    width: 14%;
    height: auto;
    margin-right: 3vw
}

.wt-400 {
    font-weight: 400
}

.right-en-box {
    display: flex;
    width: 35%;
    align-items: flex-end;
    height: 100%;
    justify-content: space-around
}

.contact-us-box button {
    border: none;
    background: var(--black1);
    color: var(--white);
    width: 230px;
    height: 230px;
    cursor: pointer;
    font-size: 1.5vw;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    margin-bottom: 2vw
}

.contact-us-box img {
    width: 230px;
    height: auto
}

.contact-us-box button:hover {
    border: 1px solid var(--black2);
    background-color: var(--white1);
    color: var(--black2)
}

a:hover {
    color: var(--black1);
    text-decoration: none
}

.footer-section {
    width: 90%;
    height: 40vh;
    padding-top: 110px;
    margin: 0 auto
}

.footer-content {
    display: flex
}

.left-section {
    width: 100%
}

.right-section {
    width: 80%
}

.mail h6 {
    font-size: 1.15vw;
    font-weight: 400;
    color: #8c8c8c;
    line-height: .5;
    padding-bottom: 20px
}

.mail h3 {
    font-size: 1.5vw;
    color: #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    width: 30%;
    font-weight: 400
}

.phone {
    width: 55%;
    padding-top: 50px
}

.phone h6 {
    font-size: 1.15vw;
    font-weight: 400;
    color: #8c8c8c;
    padding-bottom: 20px
}

.phone h3 {
    font-size: 1.5vw;
    color: #2b2b2b;
    font-weight: 400
}

.num {
    display: flex;
    justify-content: space-between
}

.right-section h6 {
    color: #8c8c8c;
    font-size: 1.15vw;
    font-weight: 400;
    padding-bottom: 50px;
    line-height: .5
}

.socials {
    height: 61%;
    flex-direction: column
}

.socials,
.top-socials {
    display: flex;
    justify-content: space-between
}

.top-socials {
    width: 100%
}

.top-socials h1 {
    font-size: 1.5vw;
    color: #2b2b2b;
    font-weight: 400
}

.bottom-socials {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.bottom-socials h1 {
    font-size: 1.5vw;
    color: #2b2b2b;
    font-weight: 400
}

.end-footer {
    width: 100%;
    height: auto;
    display: none
}

.end-footer-content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw 0
}

.end-footer-content .center span {
    font-size: 1vw;
    color: #8c8c8c;
    letter-spacing: 1px
}

.end-footer-content .right span {
    opacity: .6;
    font-size: .85vw
}

.footer-nav-item a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 .01em 0 0;
    font-size: 1.5vw
}

.footer-nav-item a span {
    display: inline-block;
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1)
}

.footer-nav-item a span:after {
    top: 105%;
    transform-origin: left top;
    transition: transform 2s cubic-bezier(.19, 1, .22, 1);
    content: attr(data-text);
    display: block;
    position: absolute;
    color: var(--black)
}

.footer-nav-item a:focus span,
.footer-nav-item a:hover span {
    transform: translateY(-105%)
}

.project-carousel {
    margin-right: auto !important;
    transform: rotate(0deg)
}

.project-slider-heading {
    width: 75%;
    margin: 0 auto
}

.project-marquee-main {
    padding: 5vw 0 10vw
}

.project-slider-heading p {
    font-size: 5vw;
    font-weight: 500;
    color: var(--black1)
}

.project-slider-heading img {
    width: 2.7vw;
    height: auto
}

.project-slider {
    width: 100vw;
    padding: 5vw 0 12vw
}

.project-slide {
    position: relative;
    height: 30vw;
    width: 30vw !important
}

.project-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.project-slide a {
    position: absolute;
    background: var(--white);
    bottom: 1vw;
    left: 1vw;
    font-size: 1.3vw;
    font-weight: 500;
    text-transform: uppercase;
    padding: .5vw 2vw;
    border-radius: 50px;
    z-index: 10
}

.project-marquee-item {
    width: 28vw;
    height: 30vw;
    border-radius: 0
}

.project-marquee-item img {
    position: relative
}

.project-marquee-item .wragby {
    width: 100%
}

.project-marquee-item h2 {
    position: absolute;
    background: var(--white);
    bottom: 1vw;
    margin-left: 1vw;
    font-size: 1.3vw;
    font-weight: 500;
    text-transform: uppercase;
    padding: .5vw 2vw;
    border-radius: 50px;
    z-index: 10
}

@media (min-width:481px) {
    .aero-mob-1 {
        display: none
    }
}

@media (min-width:1024px) {

    .hero-main-mob.hero-mobile,
    .mobile-concept,
    .mobile-projects,
    .video-section-mobile {
        display: none;
        visibility: hidden
    }

    .space-large {
        height: 10vw
    }

    .space-medium {
        height: 3vh
    }

    .footer-mobile {
        display: none;
        visibility: hidden
    }

    .mobile {
        visibility: hidden !important
    }

    .contact-mobile-para-hero,
    .mobile,
    .mobile-footer {
        display: none !important
    }

    .mobile-video-service-section {
        display: none
    }
}

@media (min-width:1920px) {
    .marquee .marquee__inner {
        transform: translate3d(calc(-25% + 10vw), 0, 0);
        animation: marquee-lg 8s linear infinite;
        animation-play-state: paused
    }
}

@media screen and (max-width:1536px) {
    .header-section {
        width: 90%
    }

    .menu-fixed {
        top: -12px;
        padding-top: 0
    }

    .project-section-works {
        height: 380vh
    }

    .content-pdtl {
        margin-top: 20vw
    }

    .content-patronum {
        margin-top: 21vw
    }

    .container_hero_content #enigma-svg #e {
        transform: scale(6) translate(-80px, -120px)
    }

    .action-icon .inner {
        left: 3vw;
        top: 3vw
    }

    .module {
        width: 650px;
        height: 90%
    }

    .module img {
        height: 100%
    }

    .module-2 {
        width: 650px;
        height: 90%
    }

    .module-2 img {
        height: 100%
    }

    .cf-10 {
        margin-top: -53vw
    }

    .cl-10 {
        margin-right: -28vw
    }

    .minus-10 {
        margin-left: -55vw
    }

    .buttonBack___1mlaL,
    .buttonNext___2mOCa {
        width: 4%
    }

    .accordion-item-content,
    .accordion:hover .accordion-item-content {
        height: 14vh
    }

    #grow {
        right: 13vw
    }

    .header-right-button {
        margin-top: -.5vw
    }

    .accordion:hover .accordion-item:hover .accordion-item-content,
    accordion-item--default .accordion .accordion-item-content {
        height: auto
    }

    .newsCard {
        width: 370px;
        height: 370px
    }

    .b__dt-content {
        width: 70%
    }

    .b__dt-img img {
        height: 100%
    }
}

@media screen and (max-width:1512px) {
    .container_hero_content #enigma-svg #e {
        transform: scale(6.3) translate(-80px, -122px)
    }

    .cf-10 {
        margin-top: -55vw
    }

    .module,
    .module-2 {
        height: 90%
    }

    #header-fixed button {
        top: 0
    }

    .buttonBack___1mlaL,
    .buttonNext___2mOCa {
        width: 4vw;
        height: 7vh
    }
}

@media (max-width:1440px) {
    .banner .banner-row .row-col {
        width: 70%
    }

    .project-section-works {
        height: 380vh
    }

    .container_hero_content #enigma-svg #e {
        transform: scale(6.2) translate(-80px, -123px)
    }

    #services .container {
        width: 90%
    }

    .accordion-item-content,
    .accordion:hover .accordion-item-content {
        height: 12vh
    }

    .accordion:hover .accordion-item:hover .accordion-item-content,
    accordion-item--default .accordion .accordion-item-content {
        height: auto
    }

    .plus-rotate {
        top: 3.5vw
    }

    #grow {
        right: 12vw
    }
}

@media screen and (max-width:1367px) {

    .accordion-item-content,
    .accordion:hover .accordion-item-content {
        height: 13.5vh
    }

    container_hero_content #enigma-svg #e {
        transform: scale(6) translate(-80px, -123px)
    }
}

@media screen and (max-width:1280px) {

    .WaveCanvas,
    .dark-mode-btn {
        width: 30px;
        height: 30px
    }

    .action-icon .inner {
        left: 3vw;
        top: 3vw
    }

    #header-fixed svg {
        width: 85px
    }
}

@media (max-width:1240px) {
    .project-section-works {
        height: 380vh
    }

    .banner .banner-row .row-col:last-child {
        display: none
    }

    .overview-v1 {
        flex-direction: column;
        padding: 20vw 8% 10vw 9%
    }

    .aerosol-main {
        display: none !important
    }

    .overview-v2 {
        flex-direction: column;
        padding-left: 9%;
        padding-right: 8%
    }

    .cb-marquee-item {
        border-radius: 4vw
    }

    .nextup-contact-desc {
        font-size: 8vw;
        border-bottom: 1px solid var(--black)
    }
}

@media screen and (max-width:1024px) {
    .header-section .header-logo .main-logo {
        width: 4.3vw
    }

    .header-right-button {
        margin-top: -1vw
    }

    #header-fixed {
        right: 2vw
    }

    .right-en-box {
        width: 45%
    }

    .showreel .btn-primary {
        font-size: 2vw
    }

    .topHeightAero {
        height: 100vh
    }

    .en-footer-section .en-f__content p {
        font-size: 6.5vw
    }

    .action-icon .inner {
        left: 4.3vw;
        top: 4vw
    }

    .reel-section-About {
        height: 70vh
    }

    .newsCard {
        width: 350px;
        height: 350px
    }

    .image-box-blog {
        height: 50vh
    }

    .MR-20 {
        margin-left: 10vw !important
    }

    #grow {
        width: 220px
    }

    .module {
        height: 75%
    }

    .module img {
        height: auto
    }

    .module-2 {
        height: 75%
    }

    .module-2 img {
        height: auto
    }

    .cf-10 {
        margin-top: -68vw
    }

    .cr-10 {
        margin-top: -75vw;
        margin-left: -159vw
    }

    .cl-10 {
        margin-right: -7vw;
        margin-left: -179vw
    }

    .minus-10 {
        margin-left: -165vw
    }

    .Carousel_slide__caro__ckaQX {
        height: 45vh !important
    }

    .buttonBack___1mlaL,
    .buttonNext___2mOCa {
        width: 5vw
    }

    .en-footer-section {
        width: 95%
    }

    .contact-us-box button {
        width: 170px;
        height: 170px
    }
}

@media screen and (max-width:991px) {
    .donald {
        font-size: 3vw
    }

    .desktop-projects {
        display: none;
        visibility: hidden
    }

    .ipad {
        height: 5vh
    }

    .desktop-footer {
        visibility: hidden !important
    }

    .desktop-footer,
    .footer-desktop {
        display: none !important
    }

    .c-cursor {
        display: none
    }

    .mobile-footer {
        display: block;
        margin-bottom: 30px;
        margin-top: 15vw
    }

    .header-section {
        padding-top: 3vw
    }

    .header-section .header-logo .main-logo {
        width: 6vw;
        padding-top: 0
    }

    .menuLoaderBar {
        display: block;
        width: 0;
        height: 20%
    }

    .menuLoaderBar:last-child {
        display: block
    }

    .mainLoaderBar {
        width: 25%;
        height: 100vh;
        background: var(--black)
    }

    .mainLoaderBar:last-child {
        display: none
    }

    #header-fixed svg {
        width: 100px
    }

    .showreel .btn-primary {
        font-size: 3vw
    }

    .right-section-header {
        margin-right: 10vw
    }

    .loader-wrap .loader-wrap-heading p {
        font-size: 48px;
        margin: 0 20px
    }

    .MenuAudio,
    .right-section-header .showreel {
        margin-right: 6vw
    }

    .hero-footer {
        display: none
    }

    .hero-concept-scroll {
        display: none;
        visibility: hidden
    }

    .menu-content {
        width: 90%;
        display: block;
        background-size: 80vw
    }

    .content-right {
        display: block
    }

    .header-right-button {
        margin-right: 1vw
    }

    .text-stroke-fill-ltr {
        font-size: 7vw
    }

    .content-heading-serial {
        font-size: 2.5vw
    }

    .content-right .content-title {
        font-size: 3vw;
        padding: 5vw 0 2vw
    }

    .content-right-body-more {
        margin-top: 1.5vw
    }

    .content-right-body-more-column,
    .content-right-body-title {
        margin: 0
    }

    .content-right-body-socials .cb-menu-nav-item a {
        font-size: 3.5vw
    }

    .content-right-body-socials {
        display: block
    }

    .content-right-body {
        width: 80%;
        margin-top: 50px
    }

    .content-right-body-socials-column {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px
    }

    .content-link .cb-outro-header {
        font-size: 4vw;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .menu-num .cb-menu-nav-item a {
        margin-top: 1vw;
        font-size: 4vw
    }

    .hero-main.desktop {
        display: none !important
    }

    .o-media_obj video,
    .reel-hero video {
        display: none
    }

    .main-section {
        min-height: 100vh
    }

    .hero-main-content-section {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden
    }

    .hero-main-content-section .video-box {
        width: 450px;
        height: 450px;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 50%;
        -webkit-clip-path: inset(0 0 0 0 round 20%);
        clip-path: inset(0 0 0 0 round 20%)
    }

    .hero-main-content-section .video-box video {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .content-hero-box-mobile {
        width: 100%;
        height: 100%;
        margin-top: 6vw
    }

    .content-hero-box-mobile .first-text h3 {
        color: var(--black2);
        font-size: 4.5vw;
        font-weight: 500;
        margin-bottom: 1vw
    }

    .content-hero-box-mobile .second-text h1 {
        color: var(--black1);
        font-size: 15vw;
        line-height: 1;
        font-weight: 500;
        display: flex;
        flex-direction: column
    }

    .mob-agency {
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-color: var(--gray1)
    }

    .mobile-hero-para p {
        margin: 8vw 0;
        font-size: 3.7vw;
        font-weight: 400;
        line-height: 145%;
        text-align: justify;
        font-family: Ageo
    }

    .dark .mobile-concept {
        filter: invert(1)
    }

    .dark .mobli-cont .en-bg {
        filter: invert(0)
    }

    .mobile-concept {
        width: 100%;
        height: 100vh;
        background-color: #040404;
        position: relative
    }

    .mobli-cont .en-bg {
        background-image: url(/assets/mobile/concept/lights.webp);
        background-size: 100%;
        width: 800px
    }

    .mobli-cont .en-bg,
    .mobli-cont .en-cicle {
        background-position: 50%;
        background-repeat: no-repeat;
        position: absolute;
        height: 100vh;
        inset: 0;
        will-change: transform, opacity;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .mobli-cont .en-cicle {
        background-image: url(/assets/mobile/concept/motion-circle.webp);
        background-size: 50%
    }

    .mobli-cont .mobli-cont_content p {
        opacity: 0;
        font-weight: 400;
        font-size: 10vw;
        color: var(--white);
        margin-left: 2vw;
        display: inline-flex;
        text-align: center
    }

    .mobli-cont .mobli-cont_content {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%)
    }

    .lapi-content {
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .lapi-content .word {
        font-size: 9.5vw;
        font-weight: 400;
        text-align: center;
        color: var(--white);
        opacity: 0
    }

    .video-section-mobile {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .video-section-mobile .video-box {
        width: 100%;
        height: 45vh
    }

    .video-section-mobile .video-box video {
        width: 100%;
        height: 100%
    }

    .video-section-mobile .video-content-box {
        margin: 20vw 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .video-section-mobile .video-content-box p {
        max-width: 90%;
        font-size: 5.5vw;
        font-weight: 500;
        color: var(--black1);
      font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


        text-align: center;
        margin-bottom: 50px
    }

    .video-section-mobile .video-content-box a {
        font-size: 6vw;
        font-weight: 500
    }

    .topHeightAero {
        height: 60vh
    }

    #services {
        padding: 0;
        width: 90%;
        margin: auto
    }

    #services .container,
    .accordion {
        width: 100%
    }

    .accordion-title h2 {
        font-size: 8vw
    }

    .accordion-title span {
        font-size: 2.5vw;
        letter-spacing: 0
    }

    .plus-rotate {
        top: 5.5vw
    }

    .accordion-item-content,
    .accordion:hover .accordion-item-content {
        height: 8.5vh
    }

    .accordion-list .cont {
        margin-top: 60px
    }

    .accordion-list p {
    font-family: 'Readex Pro' !important;
        font-size: 2.9vw;
        padding-right: 5%;
        padding-left: 5%;
        letter-spacing: .5px
    }

    .category-button {
        margin: 5%
    }

    .cat-btn-arrow {
        margin-left: 15px
    }

    .category-button a span {
        font-size: 3vw;
        letter-spacing: 1px
    }

    .accordion:hover .accordion-item:hover .accordion-item-content,
    accordion-item--default .accordion .accordion-item-content {
        height: auto
    }

    .accordion-list .cont .en-btn_send {
        font-size: 2.2vw
    }

    #button-container {
        height: 10vh;
        margin-top: 0
    }

    .primary-button {
        position: relative;
        border: none;
        background: var(--black1);
        border-radius: 500px;
        width: 40vw;
        height: 9vw;
        overflow: hidden;
        color: var(--white);
        font-size: 3.5vw;
        font-weight: 400;
        transition: all .3s ease-in;
        z-index: 100
    }

    .service-hero {
        width: 90%;
        height: 65vh;
        margin-bottom: 100px
    }

    .first-box-service .what-we {
        font-size: 20vw;
        line-height: 1.2
    }

    .first-box-service p {
        font-size: 4vw;
        margin-left: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 85vw
    }

    .second-box-service .do {
        font-size: 11vw
    }

    .second-box-service {
        width: 88%
    }

    .do {
        font-size: 20vw;
        position: static !important;
        margin-left: 35vw
    }

    .mobile-video-service-section {
        width: 90%;
        margin: 0 auto
    }

    .second-box-service h3 {
        font-size: 2vw;
        max-width: 35vw
    }

    .f-disabled {
        font-size: 2vw
    }

    .service-footer {
        width: 89%;
        padding-bottom: 7vw
    }

    .line-anim {
        height: 80px
    }

    .image-en {
        display: none
    }

    .video-service-mobile {
        width: 100%;
        height: 35vh
    }

    #service-second-section {
        height: 10vh;
        margin: 0 auto
    }

    .service-second-image-section {
        height: 40vh
    }

    .rotate-idea-svg img {
        width: 15%
    }

    .service-cap-section {
        width: 87%
    }

    .service-cap-section .right-box {
        width: 40vw
    }

    .service-cap-section .left-box .sub-text {
        font-size: 3vw
    }

    .service-cap-section .right-box .service-right-head {
        font-size: 5vw
    }

    .service-cap-section .right-box p {
        font-size: 3vw;
        max-width: 40vw
    }

    .strategy-box {
        width: 87%;
        height: 60vh
    }

    .left-strategy-box h2 {
        font-size: 6.9vw
    }

    .left-strategy-box p {
        max-width: 45vw;
        font-size: 2.8vw;
        text-align: justify
    }

    .service-box-image {
        width: 34vw;
        height: 30vh
    }

    .cb-marquee-item {
        margin-right: 25px;
        width: 30vw;
        height: 21vw
    }

    .text {
        font-size: 15vw
    }

    .circle__img {
        width: 165px
    }

    .main-how .top-box {
        width: 100%
    }

    .main-how .top-box .first-box-how {
        width: 85%;
        height: 20vh
    }

    .box-we {
        align-self: flex-start;
        margin-top: 1vw
    }

    .flex-start-remove {
        align-self: unset
    }

    .main-how .top-box .first-box-how .box-we .disabled-work .span-small-num {
        font-size: 2.5vw
    }

    .main-how .top-box .first-box-how .box-we .disabled-work {
        font-size: 5vw
    }

    .box-we-para p {
        font-size: 3vw;
        text-align: justify
    }

    .main-how .top-box.last-box {
        width: 100%
    }

    .why-section {
        width: 92%;
        height: 20vh
    }

    .why-section .shy__content h1 {
        font-size: 9vw
    }

    .contact-us-box button {
        width: 150px;
        height: 150px
    }

    .right-shy-box {
        justify-content: flex-end
    }

    .image-box {
        display: none
    }

    .footer-section {
        height: 28vh
    }

    .cb-outro-header,
    .mail p,
    .phone p {
        font-size: 2.5vw
    }

    .contact-us-box,
    .wt-400 {
        transform: none !important;
        opacity: 1 !important
    }

    .cb-outro-header a:before {
        top: 5vw;
        width: 100%
    }

    .phone {
        width: 80%
    }

    .cb-menu-nav-item a,
    .right-section p {
        font-size: 2.5vw
    }

    .end-footer-content .center span {
        font-size: 2vw
    }

    .services-catalog-title {
        text-align: center;
        font-size: 8vw
    }

    .services-catalog-row-item {
        font-size: 3vw
    }

    .banner {
        margin-top: 25vw
    }

    .banner .banner-row .row-letter,
    .banner .banner-row .row-title {
        font-size: 15vw;
        letter-spacing: 0
    }

    .banner .banner-row .row-col {
        width: 100%;
        margin-left: 0
    }

    .studio-img-hero {
        margin-top: 30vw
    }

    .gifsubtext span {
        display: none
    }

    .gifsubtext>p {
        font-size: 5vw
    }

    .client-About-content-section .first-sub-section .left-box-heading .stroke,
    .first-sub-section .left-box-heading .stroke {
        -webkit-text-stroke-width: 1px !important
    }

    .bottom-caro-link-content .en-link-under {
        font-size: 2.6vw
    }

    .img {
        height: 100%;
        transform: none
    }

    .contact-hero {
        height: 60vh
    }

    .contact-hero-content {
        height: 100%
    }

    .first-box-contact .contact-para {
        display: none
    }

    .first-box-contact .lets,
    .first-box-contact .work {
        font-size: 15vw
    }

    .second-box-contact {
        display: block;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: 20px
    }

    .second-box-contact .together {
        font-size: 15vw;
        line-height: 50%;
        margin-right: 0
    }

    .contact-mobile-para-hero {
        color: var(--black1);
        margin-top: 7vw;
        font-size: 4vw;
        max-width: 65vw;
        text-align: justify;
        font-family: Ageo
    }

    .img-container {
        height: 45vh;
        width: 100vw
    }

    .scnd__container {
        flex-direction: column
    }

    .add__section {
        width: 90% !important;
        max-width: 100% !important;
        height: 100% !important;
        transform: none !important;
        margin-left: 2vw !important
    }

    .add__content a,
    .add__content h2 {
        font-size: 3.5vw
    }

    .form__section {
        width: 100%;
        margin-top: 0
    }

    .form-group input::-moz-placeholder {
        font-size: 2.5vw
    }

    .form-group input::placeholder {
        font-size: 2.5vw
    }

    .form-group {
        margin-bottom: 6vw
    }

    .contact__text {
        padding-left: 30px
    }

    .contact__text h3 {
        font-size: 9vw;
        line-height: 1
    }

    .form-control {
        font-size: 3vw
    }

    .submit-button {
        width: 27vw;
        height: 7vw;
        font-size: 3.5vw
    }

    .container_hero_content #enigma-svg {
        width: 80vw;
        fill: currentColor;
        overflow: visible;
        z-index: 9
    }

    .container_hero_content #enigma-svg #e {
        transform: scale(8) translate(-58px, -123px)
    }

    .container_hero_content .small_heading {
        top: .5vh;
        font-size: 2.2vw
    }

    .action-icon .inner {
        left: 5.3vw;
        top: 5vw
    }

    .horizontalSlider___281Ls {
        height: 100%
    }

    .p-200 {
        padding: 100px 0
    }

    .aero-hover {
        height: 60vh
    }

    .text-container {
        mix-blend-mode: normal
    }

    .text-container h1,
    .text-container p {
        font-size: 9vw !important
    }

    .text-container .About-text-aero {
        font-size: 7vw !important;
        font-weight: 500
    }

    .-s4 {
        font-size: 3vw;
        font-weight: 400;
        opacity: .8
    }

    .cb-particles-item.-p1:before,
    .cb-particles-item.-p2:before,
    .cb-particles-item.-p3:before {
        width: 2.5vw;
        height: 2.5vw
    }

    #scroll-container {
        height: 50vh
    }

    .reel-section-About {
        height: 100%
    }

    .first-About-content-section .first-sub-section {
        width: 85%;
        flex-direction: column
    }

    .first-About-content-section {
        height: 100%
    }

    .first-sub-section .left-box-heading h2 {
        font-size: 7vw
    }

    .first-sub-section .right-box-content p {
        font-size: 4vw
    }

    .container-About {
        flex-direction: column;
        transform: none !important;
        margin-top: 10vw !important
    }

    .pin-spacer {
        width: 100% !important;
        height: 100% !important;
        transform: none !important
    }

    .pin-About .pin-spacer {
        padding: 0 0 10vw !important
    }

    .newsCard {
        transform: none !important
    }

    .MR-20 {
        margin-left: 4vw !important
    }

    .gifSectionAbout {
        margin: 10vw 0
    }

    .About-gif-text {
        font-size: 5vw
    }

    .newsCard .About-gif-arrow {
        width: 3.5vw;
        height: 3.5vw
    }

    .About-gif-num {
        font-size: 4vw
    }

    .panel-About {
        width: 100%;
        transform: none !important
    }

    .sections-horizontal {
        width: 90%;
        text-align: left;
        margin-left: 5vw
    }

    .buttonNext___2mOCa {
        width: 8vw;
        height: 6vh
    }

    .forward-button-svg svg {
        width: 60px
    }

    .buttonBack___1mlaL {
        width: 8vw;
        height: 6vh
    }

    .back-button-svg svg {
        width: 60px
    }

    .sliderAnimation___300FY {
        width: 650% !important
    }

    .Carousel_slide__caro__ckaQX {
        width: 10% !important;
        height: 40vh !important
    }

    .hide-div-caro p {
        font-size: 2.5vw
    }

    .hide-caro-box {
        width: 3.5vw;
        height: 3.5vw;
        margin-right: 3.5vw
    }

    .slideInner___2mfX9 img {
        width: 80%
    }

    .slideInner___2mfX9 .caro-plus {
        width: 50%
    }

    .caro-img-box {
        width: 3.5vw;
        height: 3.5vw
    }

    .bottom-caro-box h4 {
        font-size: 2.3vw
    }

    .sections-horizontal h1 {
        font-size: 6vw
    }

    .sections-horizontal p {
        font-size: 2.5vw;
        max-width: 90vw
    }

    .client-About-content-section .first-sub-section .left-box-heading h2 {
        font-size: 7vw
    }

    .client-About-content-section .first-sub-section .right-box-content {
        width: 100%
    }

    .client-logo-section .client-logo-sub-section {
        display: flex;
        padding-top: 10vw
    }

    .client-About-content-section .first-sub-section {
        width: 85%
    }

    .client-logo-first-box {
        flex-direction: column
    }

    .client-logo-box .img1,
    .client-logo-box .img2,
    .client-logo-box .img3,
    .client-logo-box .img4 {
        border: none
    }

    .blogs-heading h1 {
        font-size: 11.5vw;
        line-height: 1;
        margin-top: 4rem;
        margin-bottom: 2rem
    }

    .blog-cati-button button {
        font-size: 2.5vw
    }

    .ul-items {
        justify-content: space-between;
        margin: 0 auto;
        width: 100%;
        padding-top: 5vw;
        grid-template-columns: 47% 47%;
        min-height: 40vh
    }

    .blog-cat-button button.active,
    .blog-cat-button button.button--calypso {
        position: relative !important
    }

    .blogs-section .ul-blog {
        width: 100%
    }

    .image-box-blog {
        height: 40vh
    }

    .blog-list-tag {
        top: 2vw;
        left: 2vw;
        padding: 1vw 3vw;
        font-size: 2.5vw !important
    }

    .desc-tag {
        font-size: 2.5vw
    }

    .blog-showmore-box .view-more {
        font-size: 3vw;
        padding: 1.5vw 9vw
    }

    .b__dt-main {
        width: 90%
    }

    .b__dt-head-contain {
        padding-top: 10vh
    }

    .b__dt-head-contain h1 {
        max-width: 100%;
        width: 100%;
        font-size: 4.8vw
    }

    .b__dt-main-blog {
        display: block
    }

    .b__dt-auth-dt {
        font-size: 2.5vw
    }

    .b__dt-auth-dt-ans {
        font-size: 3.2vw
    }

    .b__dt-s-icon img {
        width: 40px
    }

    .b__dt-auth {
        margin-bottom: 8vh
    }

    .b__dt-content {
        width: 100%
    }

    .blog__dt-tags {
        margin: 60px 0 10vh
    }

    .blog__dt-tag {
        font-size: 24px
    }

    .b__dt-it {
        font-size: 3.5vw !important
    }

    .b__dt-content p {
        text-align: justify;
        font-size: 28px
    }

    .b__dt-content h2 {
        font-size: 34px
    }

    .b__dt-content h3 {
        font-size: 30px
    }

    .b__dt-li li {
        font-size: 28px
    }

    .b__dt-content .bold {
        font-size: 30px !important
    }

    .b__dt-quote {
        padding-right: 0
    }

    .quote-auth {
        font-size: 26px
    }

    .img-caption {
        text-align: center !important;
        font-size: 24px !important
    }

    .service__d-head-blog {
        font-size: 8vw
    }

    .related-article-heading p {
        font-size: 3vw
    }

    .homeBlog-pading {
        padding-bottom: 40px
    }

    .related-box-img .homeBlog-pading:last-child {
        display: none
    }

    .related-articles {
        margin: 0 auto
    }

    .related-box-img {
        grid-template-columns: 48.5% 48.5%
    }

    .related-box-img .ul-blog:last-child {
        display: none
    }

    .box-img-content {
        width: 48.5%;
        margin-top: 2vw;
        margin-bottom: 5vw
    }

    .img-box-related img {
        height: 40vh
    }

    .img-box-related h2 {
        font-size: 2.5vw;
        padding: .7vw 2.5vw
    }

    .related-box-img h4 {
        font-size: 2.5vw
    }

    .img-box-related.homeBlog,
    .img-box-related.service__d img {
        height: 40vh
    }

    .box-img-content.service__d {
        width: 100%;
        margin-top: 4vw
    }

    .related-articles.service__d {
        margin: 15vh auto 0 !important
    }

    .related-box-img .box-img-content.service__d:last-child {
        display: none
    }

    .contact {
        height: 100%;
        padding-bottom: 5vw;
        z-index: 80
    }

    .contact-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #say-anim {
        display: block
    }

    .contact-content-heading {
        text-align: center;
        display: block;
        overflow: hidden;
        font-size: 8vw;
        color: var(--black)
    }

    .contact-content-heading-sub {
        display: inline-block;
        cursor: pointer;
        font-weight: 500
    }

    .contact-content-mail {
        display: inline-flexbox;
        text-align: center;
        margin-top: 13vw
    }

    .contact-content-mail-title {
        font-size: 3.5vw;
        opacity: .6;
        padding-bottom: 2.5vw;
        color: var(--black)
    }

    .contact-content-mail-desc {
        font-size: 4.5vw;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid var(--black)
    }

    .contact-content-call {
        display: inline-flexbox;
        text-align: center;
        margin-top: 12vw
    }

    .contact-content-call-title {
        color: var(--black);
        font-size: 3.5vw;
        opacity: .6;
        padding-bottom: 2.5vw
    }

    .contact-content-call-desc {
        font-size: 4.5vw;
        line-height: 150%;
        position: relative;
        text-align: left;
        cursor: pointer;
        color: var(--black)
    }

    .font-regular {
        font-weight: 400
    }

    .half-opacity {
        opacity: .6
    }

    .contact-content-socials {
        height: 25vw;
        margin-top: 10vw;
        margin-bottom: 10vw;
        flex-direction: column
    }

    .contact-content-socials,
    .contact-content-socials-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .contact-content-socials-row {
        height: 100%;
        padding-inline: 10vw;
        flex-direction: row
    }

    .contact-content-socials-icon {
        position: relative;
        height: 6vw
    }

    .contact-content-socials-icon span {
        font-size: 4vw;
        color: var(--black)
    }

    .footer {
        width: 92%;
        height: 100px;
        flex-direction: column;
        margin: 0 auto
    }

    .footer-mobile {
        height: 100%;
        flex-direction: column
    }

    .footer-mobile,
    .footer-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .footer-row {
        flex-direction: row
    }

    .footer-top {
        opacity: .6;
        font-size: 13px;
        color: var(--black)
    }

    .footer-hr {
        width: 100%;
        height: 1px;
        background: #2b2b2b;
        opacity: .15
    }

    .footer-bottom {
        color: var(--black);
        font-size: 17px
    }

    .footer-copyright-label,
    .footer-location-label {
        font-size: 22px;
        text-align: center;
        line-height: 35px
    }
}

@media screen and (max-width:776px) {
    .pb-150 {
        padding-bottom: 100px
    }

    .p-200 {
        padding: 0
    }

    .p-150 {
        padding: 50px 0
    }

    .p-100,
    .p-50 {
        padding: 0
    }

    .pt-100,
    .pt-150,
    .pt-200 {
        padding-top: 0
    }

    .m-100 {
        margin: 0
    }

    .m-150 {
        margin: 50px 0
    }

    .m-200 {
        margin: 0
    }

    .mt-150 {
        margin-top: 0
    }

    .mb-100,
    .mb-150 {
        margin-bottom: 0
    }

    .aero-hover {
        height: 80vh
    }

    .desktop-footer {
        display: none !important;
        visibility: hidden !important
    }

    .dark .mobli-cont .en-bg {
        filter: invert(1)
    }

    .right-section-header {
        margin-right: 10vw;
        margin-top: 5px
    }

    .dark #blob,
    .dark #blur {
        display: none
    }

    .dark-mode-btn {
        padding: .4vw;
        margin-right: 0
    }

    .right-section-header .dark-mode-btn img {
        width: 27px;
        padding: 3px
    }

    .About-header .dark-mode-btn {
        margin-right: 8.5vw
    }

    .hireus-button {
        display: none
    }

    .nav__link {
        margin-bottom: 0
    }

    .space-mobile {
        height: 10vh
    }

    .ipad {
        display: none
    }

    .hero-mobile {
        display: block
    }

    .loader-wrap .loader-wrap-heading p {
        font-size: 40px
    }

    .loader-wrap .loader-wrap-heading {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .mobile-footer {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 30px
    }

    .footer-desktop,
    .hero-main.desktop,
    .scrollbar-track.scrollbar-track-y {
        display: none !important
    }

    .mobile {
        height: 5vh
    }

    .c-cursor {
        display: none !important;
        visibility: hidden !important
    }

    .About-header .header-section {
        margin-left: 8vw
    }

    .header-section {
        width: 85%;
        padding-top: 3vw
    }

    .header-section .header-logo .main-logo {
        width: 50px
    }

    #header-fixed {
        right: 0
    }

    #header-fixed svg {
        width: 100px
    }

    .header-right-button {
        right: 0;
        margin-right: 0
    }

    .arrow-image-fixed,
    .right-section-header .explore,
    .showreel .btn-primary {
        display: none
    }

    .header-right-button {
        padding: 0
    }

    .menu svg {
        width: 80px
    }

    .menu-fixed {
        top: 0
    }

    #header-fixed button {
        right: 0;
        top: 0
    }

    .header-fixed {
        right: 0 !important
    }

    .end-footer {
        display: none
    }

    .wrapper {
        margin: 4vw auto
    }

    .main-section {
        padding: 4vw 0 0;
        margin: 0 auto;
        width: 85%;
        display: block
    }

    .hero-main-content-section {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden
    }

    .hero-main-content-section .video-box {
        width: 350px;
        height: 350px
    }

    .hero-main-content-section .video-box video {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .content-hero-box-mobile {
        width: 100%;
        height: 100%;
        margin-top: 5vw
    }

    .content-hero-box-mobile .line-height {
        line-height: 17vw
    }

    .content-hero-box-mobile .first-text h3 {
        color: var(--black1);
        font-size: 6vw;
        font-weight: 500;
        margin-bottom: 1vw
    }

    .content-hero-box-mobile .forth-text h1 {
        font-size: 16.4vw
    }

    .mob-agency {
        color: var(--black1);
        -webkit-text-stroke-width: .2vw;
        -webkit-text-fill-color: transparent
    }

    .mobile-hero-para {
        height: 100%;
        overflow: hidden
    }

    .mobile-hero-para p {
        font-size: 4vw
    }

    .hero-footer {
        display: none
    }

    .hero-concept-scroll {
        display: none;
        visibility: hidden
    }

    .mobile-concept {
        width: 100%;
        height: 100vh;
        background-color: #060606;
        position: relative
    }

    .mobli-cont .en-bg {
        background-image: url(/assets/mobile/concept/lights.webp);
        background-size: 100%;
        width: 468px
    }

    .mobli-cont .en-bg,
    .mobli-cont .en-cicle {
        background-position: 50%;
        background-repeat: no-repeat;
        position: absolute;
        height: 100vh;
        inset: 0;
        will-change: transform, opacity;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .mobli-cont .en-cicle {
        background-image: url(/assets/mobile/concept/motion-circle.webp);
        background-size: 60%
    }

    .mobli-cont .mobli-cont_content {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%)
    }

    .mobli-cont .mobli-cont_content p {
        opacity: 0;
        font-weight: 500;
        font-size: 11.5vw;
        color: var(--white);
        margin-left: 2vw;
        display: inline-flex;
        text-align: center
    }

    .lapi-content {
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .lapi-content .word {
        font-size: 9vw;
        font-weight: 500;
        text-align: center;
        color: var(--white);
        opacity: 0
    }

    .video-section-mobile .video-box {
        width: 100%;
        height: 45vh
    }

    .video-section-mobile .video-box video {
        width: 100%;
        height: 100%
    }

    .video-section-mobile .video-content-box p {
        max-width: 90%;
        font-size: 5vw;
        font-weight: 500;
        color: var(--black1);
        text-align: center
    }

    .video-section-mobile .video-content-box a {
        font-size: 5.4vw
    }

    .video-section-mobile .cb-outro-header a:before {
        top: 5.5vw
    }

    .topHeightAero {
        z-index: 99
    }

    .accordion {
        width: 95%
    }

    .plus-rotate {
        top: 3.5vw
    }

    .accordion-list li {
        margin-bottom: 2vw
    }

    .line-animation {
        height: 1px !important
    }

    .accordion-item-content,
    .accordion:hover .accordion-item-content {
        height: 10vh
    }

    .accordion-title h2 {
        font-size: 8vw;
        letter-spacing: 2px;
        -webkit-text-fill-color: #363636;
        -webkit-text-stroke: 0
    }

    .accordion-title span {
        font-size: 3vw
    }

    .plus-rotate .plus-img {
        width: 65%
    }

    .plus-rotate span:first-child {
        top: 23%;
        bottom: 13%;
        width: 11%;
        left: 46%
    }

    .accordion-list .cont {
        margin-top: 40px
    }

    .accordion-list p {
    font-family: 'Readex Pro' !important;
        font-size: 3.5vw;
        line-height: 1.3
    }

    .category-button {
        margin: 20px 0
    }

    .category-button a span {
        font-size: 3vw
    }

    .accordion:hover .accordion-item:hover .accordion-item-content,
    accordion-item--default .accordion .accordion-item-content {
        height: auto
    }

    .accordion-list .cont .en-form-submit {
        width: 100%;
        margin-left: 0
    }

    .c-works {
        padding: 10vh 7vw
    }

    .cnt {
        height: 45vh;
        border-radius: 30px
    }

    .title-project {
        margin-bottom: 7vh
    }

    .title-project h2 {
        font-size: 10vw
    }

    .project-code {
        font-size: 7vw
    }

    .images-row-first {
        flex-direction: column
    }

    .images-row-first .cnt1 {
        width: 100%;
        height: 100%;
        position: relative
    }

    .c-project-cta p {
        font-size: 5vw;
        padding: 10px 35px
    }

    .cnt img {
        width: 150%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .c-project-info>p {
        font-size: 2vw
    }

    .font {
        font-size: 7vw
    }

    .c-prj-btn {
        padding: 15px
    }

    .c-prj-btn svg {
        width: 5vw;
        height: 4vw
    }

    .images-row-first .cnt2 {
        width: 100%;
        position: relative;
        transform: none;
        margin-top: 10vw
    }

    .images-row-second {
        margin-bottom: 0
    }

    .images-row-second .cnt3 {
        width: 100%;
        position: relative;
        transform: none;
        margin-top: 5vw
    }

    .images-row-third {
        flex-direction: column
    }

    .images-row-third .cnt4 {
        transform: none
    }

    .images-row-third .cnt4,
    .images-row-third .cnt5 {
        width: 100%;
        margin-top: 10vw;
        position: relative
    }

    #button-container {
        height: 6vh;
        width: 60%;
        margin: 0 auto
    }

    .button-1 {
        padding: 20px 5px
    }

    .primary-button {
        width: 100%;
        height: 100%;
        background-color: var(--black1);
        color: var(--white);
        padding: 4vw 8vw;
        font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


        font-size: 4.5vw;
        font-weight: 400
    }

    .container_hero_content #enigma-svg {
        width: 98vw;
        fill: currentColor;
        overflow: visible;
        z-index: 9
    }

    .container_hero_content #enigma-svg #e {
        transform: scale(7) translate(-58px, -123px)
    }

    .container_hero_content #enigma-svg #n {
        transform: scale(4) translate(-107px, -643px)
    }

    .container_hero_content #enigma-svg #i {
        transform: scale(2.9) translate(-160px, 613px)
    }

    .container_hero_content #enigma-svg #g {
        transform: scale(2.9) translate(-240px, -727px)
    }

    .container_hero_content #enigma-svg #m {
        transform: scale(2.7) translate(-230px, -757px)
    }

    .container_hero_content #enigma-svg #a {
        transform: scale(3.5) translate(-546px, 469px)
    }

    .action-icon img {
        width: 18px
    }

    .action-icon {
        width: -moz-fit-content;
        width: fit-content;
        bottom: 20px;
        right: 3px
    }

    .action-icon .inner {
        top: 45px;
        left: 38px
    }

    .container_hero_content .small_heading {
        top: 1.5vh;
        padding: 0 1vw;
        font-size: 4vw;
        font-weight: 500
    }

    .About-text-aero {
        max-width: 90vw;
        font-weight: 400 !important;
        font-size: 5vw !important
    }

    .first-About-content-section {
        height: 100%
    }

    .first-About-content-section .first-sub-section {
        width: 85%;
        flex-direction: column
    }

    .first-sub-section .left-box-heading h2 {
        font-size: 10vw
    }

    .first-sub-section .right-box-content p {
        font-size: 4vw
    }

    .aero-About .aero-hover {
        height: 50vh
    }

    .cb-particles-item.-p1:before,
    .cb-particles-item.-p2:before,
    .cb-particles-item.-p3:before {
        width: 3vw;
        height: 3vw
    }

    .container-About {
        height: 100vh !important;
        transform: none !important;
        flex-direction: column
    }

    .panel-About {
        width: 100%;
        transform: none !important
    }

    .sections-horizontal {
        margin-left: 0;
        width: 90%
    }

    .sections-horizontal h1 {
        font-size: 8vw
    }

    .sections-horizontal .stroke {
        -webkit-text-stroke-width: .2vw !important
    }

    .sections-horizontal p {
        font-size: 3.5vw;
        max-width: 90vw
    }

    .pin-About .pin-spacer {
        padding: 0 0 10vw !important
    }

    .client-About-content-section .first-sub-section {
        width: 85%
    }

    .client-About-content-section .first-sub-section .right-box-content {
        width: 100%
    }

    .client-About-content-section .first-sub-section .left-box-heading h3 {
        font-size: 10vw
    }

    .client-logo-section .client-logo-sub-section {
        display: block
    }

    .gifSectionAbout {
        width: 90%;
        margin: 0 auto
    }

    .gifAboutSub {
        height: 100%;
        flex-direction: column
    }

    .newsCard {
        width: 100%;
        height: 400px;
        transform: none !important;
        margin: 2rem 0 1rem
    }

    .About-gif-text {
        font-size: 10vw
    }

    .newsCaption {
        padding: 20px
    }

    .newsCard .About-gif-arrow {
        width: 6vw;
        height: 6vw;
        top: 2vw;
        right: 2vw
    }

    .newsCaption-content {
        font-size: 4vw;
        text-align: justify
    }

    .About-gif-num {
        font-size: 8vw;
        left: 2vw;
        bottom: 2vw
    }

    .MR-20 {
        margin-left: 0 !important
    }

    .span1,
    .span3 {
        display: none
    }

    .gifBottomText {
        margin: 20vw 0
    }

    .gifsubtext {
        width: 100%
    }

    .gifsubtext p {
        font-size: 6vw
    }

    .gifsubtext .span1 {
        font-size: 6vw;
        top: 10vw;
        right: 45px
    }

    .gifsubtext .span3 {
        font-size: 6vw;
        right: 50px
    }

    .gifsubtext span {
        font-size: 8vw
    }

    .horizontalSlider___281Ls {
        width: 100%;
        height: 100%
    }

    .carousel {
        padding-top: 70px
    }

    .bottom-caro-link-content .en-link-under {
        font-size: 3vw
    }

    .sliderTray___-vHFQ {
        display: flex !important;
        flex-direction: row !important
    }

    .Carousel_slide__caro__ckaQX {
        width: 9% !important;
        height: 60vh !important;
        padding: 10px
    }

    .sliderAnimation___300FY {
        width: 1000% !important
    }

    .slideInner___2mfX9 img {
        width: 80vw;
        padding: 50px;
        z-index: 99
    }

    .back-button-svg svg,
    .forward-button-svg svg {
        width: 55px
    }

    .caro-img-box {
        width: 5vw;
        height: 5vw
    }

    .buttonBack___1mlaL,
    .buttonNext___2mOCa {
        width: 60px;
        height: 60px
    }

    .slideInner___2mfX9 .caro-plus {
        width: 60%;
        padding: 0
    }

    .bottom-caro-box h4,
    .hide-div-caro p {
        font-size: 4vw
    }

    .hide-caro-box {
        width: 5vw;
        height: 5vw;
        margin-right: 5.3vw
    }

    .img-container {
        height: 50vh
    }

    .contact-hero {
        height: 70vh
    }

    .contact-hero-content {
        height: 100%
    }

    .first-box-contact {
        height: 15vh
    }

    .first-box-contact .lets {
        font-size: 17vw
    }

    .first-box-contact .work {
        margin-left: 4vw;
        font-size: 17vw;
        overflow: visible
    }

    .first-box-contact .contact-para {
        display: none
    }

    .second-box-contact {
        flex-direction: column
    }

    .second-box-contact .together {
        font-size: 18vw;
        margin-right: 0
    }

    .contact-mobile-para-hero {
        text-align: left;
        font-size: 4.5vw;
        margin-top: 8vw;
        max-width: 90vw;
        color: var(--black1)
    }

    .clip-path-img {
        width: 100vw;
        height: 50vh;
        -webkit-clip-path: polygon(30% 0, 75% 0, 75% 50%, 30% 50%);
        clip-path: polygon(30% 0, 75% 0, 75% 50%, 30% 50%)
    }

    .img video {
        height: 70%
    }

    .scnd__container {
        width: 90%;
        height: 100%;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 25vw
    }

    .scnd__container .pin-spacer {
        margin: 0 !important
    }

    .form-group {
        margin-bottom: 11vw
    }

    .form-group input::-moz-placeholder {
        font-size: 4vw
    }

    .form-group input::placeholder {
        font-size: 4vw
    }

    .m-3 {
        margin: 2vw 0 !important
    }

    .form-control {
        width: 95%;
        font-size: 4vw
    }

    .contact__text {
        margin-bottom: 15vw
    }

    .submit-button {
        width: 50%;
        height: 4.5vh;
        font-size: 4.5vw
    }

    #left-section {
        transform: none !important;
        width: 100vw !important
    }

    .add__content h2 {
        font-size: 4vw
    }

    .add__content a {
        font-size: 5vw
    }

    .form__section {
        width: 100%;
        margin-top: 50px
    }

    .form-box {
        margin-bottom: 12vw !important
    }

    .contact__text {
        padding-left: 0
    }

    .contact__text h3 {
        font-size: 13vw
    }

    .contact__form {
        padding-left: 0
    }

    .contact__form input {
        width: 85vw;
        height: 8vw;
        font-size: 5vw
    }

    .submit-btn {
        padding: 1.2rem 2rem
    }

    .btn__icon svg {
        width: 5vw
    }

    .btn__icon svg path {
        stroke-width: .2vw
    }

    .text-container h1,
    .text-container p {
        font-size: 8vw !important
    }

    .text-container .About-text-aero {
        font-size: 8vw !important;
        font-weight: 500 !important
    }

    .-s4 {
        font-size: 3vw
    }

    .service-hero {
        height: 70vh;
        margin-bottom: 30vw
    }

    .first-box-service {
        width: 100%
    }

    .first-box-service p {
        bottom: 0
    }

    .image-en {
        display: none !important
    }

    .second-box-service {
        width: 95%;
        flex-direction: column;
        margin-left: 0;
        align-items: flex-end
    }

    .second-box-service h3 {
        max-width: 100vw;
        font-size: 3.7vw;
        text-align: right
    }

    .content-section {
        margin-bottom: 10vw
    }

    .service-footer {
        width: 88%
    }

    .f-disabled {
        font-size: 3vw
    }

    .f-heading {
        font-weight: 500
    }

    .service-second-image-section {
        display: none
    }

    .mobile-video-service-section {
        display: block;
        width: 100%;
        height: 100%;
        margin: 5vw 0 10vw
    }

    .video-service-mobile {
        width: 90%;
        margin: 0 auto
    }

    .video-service-mobile video {
        width: 100%;
        height: 100%
    }

    .rotate-idea-svg img {
        width: 25%;
        left: 3vw !important;
        bottom: 3vw !important
    }

    .image-container img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .service-cap-section {
        width: 85%;
        flex-direction: column;
        align-items: flex-start
    }

    .service-cap-section .left-box .sub-text {
        font-size: 4vw
    }

    .service-cap-section .right-box {
        width: 100%;
        margin-top: 6vw
    }

    .service-cap-section .right-box .service-right-head {
        font-size: 7vw
    }

    .service-cap-section .right-box p {
        max-width: 100vw;
        font-size: 4vw
    }

    .strategy-box {
        width: 85%;
        flex-direction: column-reverse;
        height: 100%;
        margin: 10vw auto
    }

    .service-box-image {
        width: 90vw;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .right-strategy-box,
    .service-box-image {
        width: 100%
    }

    .left-strategy-box {
        width: 100%;
        margin: 10vw 0
    }

    .left-strategy-box h2 {
        font-size: 10vw
    }

    .left-strategy-box p {
        max-width: 100%;
        font-size: 4vw;
        width: 100%
    }

    .main-how {
        padding-top: 20vw
    }

    .how-we-work .first-heading-box {
        width: 100%;
        margin-bottom: 12vw
    }

    #scroll-container {
        display: none
    }

    .how-we-work .first-heading-box .sub-first-heading {
        font-size: 13vw;
        height: 100px
    }

    .how-we-work .first-heading-box .sub-second-heading {
        font-size: 13vw;
        width: 65%;
        height: 100px
    }

    .main-how .top-box {
        height: 100%;
        margin: 0 5%
    }

    .main-how .top-box,
    .main-how .top-box .first-box-how {
        width: 100%;
        align-items: flex-start;
        flex-direction: column
    }

    .main-how .top-box .first-box-how {
        margin-bottom: 7vw;
        height: 25vh
    }

    .box-we-para {
        width: 85vw
    }

    .box-we-para span {
        font-size: 4vw
    }

    .main-how .top-box .first-box-how .box-we .disabled-work {
        display: flex;
        font-size: 6vw;
        margin-top: 2vw
    }

    .main-how .top-box .first-box-how .box-we .disabled-work .span-small-num {
        font-size: 4vw;
        margin-right: 2vw
    }

    .box-we-para p {
        font-size: 4vw
    }

    .main-how .top-box.last-box {
        width: 100%
    }

    .image-container-en video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .service-marquee {
        padding: 10vh 0
    }

    .services-catalog-title {
        text-align: center;
        padding: 0 35px;
        font-size: 9.5vw
    }

    .services-catalog-row-item {
        font-size: 4vw;
        margin-right: 15vw
    }

    .cb-marquee-main {
        padding: 30vw 0 35vw
    }

    .cb-marquee-item {
        width: 48vw;
        height: 16vh;
        margin-right: 5vw
    }

    .text-single .text {
        font-size: 20vw
    }

    .circle__img {
        width: 90px
    }

    .loader .loader-inner .image-block.image-3 {
        width: 200px;
        height: 200px;
        top: 10%;
        right: 4%
    }

    .loader .loader-inner .image-block.image-4 {
        width: 200px;
        right: 6%;
        bottom: 10%
    }

    .loader .loader-inner .image-block.image-5 {
        width: 200px;
        height: 200px;
        left: 2%;
        top: 10%
    }

    .loader .loader-inner .image-block.image-1 {
        width: 200px;
        left: 4%;
        bottom: 25%
    }

    .studio-img-hero {
        margin-top: 25vw
    }

    .studio-aero h1 {
        font-size: 11vw !important
    }

    span.row-letter:nth-child(10) {
        width: 9.5vw
    }

    .row-col span.row-letter:nth-child(10) {
        width: 6vw
    }

    .studio-logo {
        margin-top: 25vw
    }

    .project-heading {
        width: 100%
    }

    .project-first-box {
        justify-content: flex-start
    }

    .project-first-box .disabled {
        font-size: 12vw
    }

    .project-first-box .para-project {
        display: none
    }

    .project-second-box {
        width: 95%
    }

    .project-second-box h1 {
        font-size: 12vw
    }

    .first-box-kedar {
        width: 95%;
        padding-top: 5vw
    }

    .content-kedar {
        width: 100%;
        height: auto
    }

    .content-kedar h1 {
        font-size: 6vw
    }

    .content-kedar h3 {
        font-size: 3.2vw
    }

    .second-box-pdtl-quick {
        width: 95%;
        flex-direction: column;
        padding-top: 0
    }

    .project-section-works {
        height: 300vh
    }

    .content-pdtl {
        width: 100%;
        margin-top: 10vw
    }

    .image-box-pdtl {
        height: 40vh
    }

    .content-pdtl h1 {
        font-size: 6vw
    }

    .content-pdtl h3 {
        font-size: 3.2vw
    }

    .content-quick {
        width: 100%;
        margin-top: 10vw
    }

    .content-quick h1 {
        font-size: 6vw
    }

    .content-quick h3 {
        font-size: 3.2vw;
        max-width: 100%
    }

    .third-box-patro-cert {
        width: 95%;
        flex-direction: column;
        padding-top: 0
    }

    .content-patronum {
        width: 100%;
        height: 40vh;
        margin-bottom: 10vw;
        border-radius: 0
    }

    .patro-img {
        height: 40vh
    }

    .content-patronum h1 {
        font-size: 6vw
    }

    .content-patronum h3 {
        font-size: 3.2vw;
        max-width: 100%
    }

    .content-cert {
        width: 100%;
        padding-top: 15vw
    }

    .content-cert h1 {
        font-size: 6vw
    }

    .content-cert h3 {
        font-size: 3.2vw;
        max-width: 100%
    }

    .contact {
        height: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        z-index: 80
    }

    .contact-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .contact-content-heading {
        text-align: center;
        display: block;
        overflow: hidden;
        font-size: 8.5vw;
        color: var(--black)
    }

    .contact-content-heading-sub {
        display: inline-block;
        cursor: pointer;
        font-weight: 500
    }

    .contact-content-mail {
        display: inline-flexbox;
        text-align: center;
        margin-top: 13vw
    }

    .contact-content-mail-title {
        font-size: 4vw;
        opacity: .6;
        padding-bottom: 2.5vw;
        color: var(--black)
    }

    .contact-content-mail-desc {
        font-size: 5.5vw;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid var(--black)
    }

    .contact-content-call {
        display: inline-flexbox;
        text-align: center;
        margin-top: 12vw
    }

    .contact-content-call-title {
        color: var(--black);
        font-size: 4vw;
        opacity: .6;
        padding-bottom: 2.5vw
    }

    .contact-content-call-desc {
        font-size: 4.5vw;
        line-height: 150%;
        position: relative;
        text-align: left;
        cursor: pointer;
        color: var(--black);
        letter-spacing: .7px
    }

    .font-regular {
        font-weight: 400
    }

    .half-opacity {
        opacity: .6
    }

    .contact-content-socials-row {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-inline: 10vw;
        flex-direction: row
    }

    .contact-content-socials-icon {
        position: relative;
        height: 6vw
    }

    .contact-content-socials-icon span {
        font-size: 4vw;
        color: var(--black1)
    }

    .blogs-heading h1 {
        margin-top: 10vw;
        font-size: 11.5vw
    }

    .bold-h {
        font-size: 2.5vw
    }

    .blogs-section {
        margin-top: 5vw
    }

    .blog-cati-button button {
        font-size: 1.5rem;
        margin-right: 3vw;
        padding: 2vw 5vw;
        margin-bottom: 3vw
    }

    .blogs-section .ul-blog {
        width: 95%;
        margin: 0 auto 10vw
    }

    .blog-list-tag {
        position: absolute;
        top: 4vw;
        left: 2vw;
        padding: 2vw 4.5vw;
        font-size: 5vw !important
    }

    .desc-tag {
        font-size: 4.5vw;
        margin-top: 2vw;
        text-align: justify
    }

    .ul-items {
        width: 100%;
        margin-top: 5vw;
        justify-content: center;
        flex-direction: column;
        grid-template-columns: 100%
    }

    .no-blog-msg {
        padding-top: 5vh
    }

    .blog-page-grid {
        width: 100%
    }

    .image-box-blog {
        width: 100%;
        height: 80vh
    }

    .blog-showmore-box .view-more {
        padding: 3vw 12vw;
        font-size: 4vw;
        background: transparent;
        transition: all .5s ease-in-out
    }

    .strong {
        text-align: justify;
        font-size: 6vw;
        letter-spacing: -.05vw;
        border-left: 2px solid var(--black1);
        padding-left: 3vw
    }

    .box-img-content {
        width: 100%;
        margin-bottom: 10vw
    }

    .blog-img {
        height: 40vh;
        margin-top: 7vw;
        margin-bottom: 10vw
    }

    .fontSize {
        font-size: 5vw
    }

    .related-articles {
        margin: 10vh auto
    }

    .related-article-heading p {
        font-size: 2.8vw
    }

    .related-box-img {
        width: 100%;
        grid-template-columns: auto
    }

    .img-box-related {
        width: 100%;
        height: 80vh
    }

    .img-box-related img {
        height: 100%
    }

    .blog-img .image-container img {
        height: 100%;
        width: 100%;
        top: 0
    }

    .img-box-related h2 {
        top: 2vw;
        left: 2vw;
        font-size: 3.5vw;
        padding: 1vw 3vw
    }

    .related-box-img h4 {
        font-size: 4.5vw;
        text-align: justify
    }

    .box-img-content.service__d {
        width: 100%;
        margin-bottom: 10vw
    }

    .img-box-related.homeBlog,
    .img-box-related.service__d {
        height: 70vh
    }

    .img-box-related.service__d img {
        height: 100%;
        width: 100%
    }

    .related-article-heading.service__d {
        flex-direction: column;
        align-items: flex-start
    }

    .related-article-heading .left-box-heading h1 {
        font-size: 10vw
    }

    .footer {
        width: 100%;
        height: 100px;
        flex-direction: column;
        margin: 0 auto
    }

    .footer-mobile {
        height: auto;
        flex-direction: column
    }

    .footer-mobile,
    .footer-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .footer-row {
        flex-direction: row
    }

    .footer-top {
        opacity: .6;
        font-size: 13px;
        color: var(--black)
    }

    .footer-hr {
        width: 100%;
        height: 1px;
        background: #2b2b2b;
        opacity: .15
    }

    .footer-bottom {
        color: var(--black);
        font-size: 17px
    }

    .footer-copyright-label,
    .footer-location-label {
        font-size: 18px;
        text-align: center;
        line-height: 20px;
        padding: 25px 15px
    }

    .space-small {
        height: 10vh
    }
}

@media screen and (max-width:480px) {
    .blog-cati-button button {
        font-size: 1rem
    }

    .Carousel_slide__caro__ckaQX {
        height: 40vh !important
    }

    .hide-div-caro-link {
        font-size: 1rem;
        padding: 5px 20px
    }

    .image-box-blog {
        height: 55vh
    }

    .service__d-head-blog {
        font-size: 11vw
    }

    .related-articles.service__d {
        margin-top: 15vh !important
    }

    .related-article-heading .left-box-heading h1 {
        font-size: 12vw
    }

    .related-article-heading p {
        font-size: 5vw
    }

    .img-box-related.homeBlog,
    .img-box-related.service__d {
        height: 55vh
    }

    .homeBlogs {
        display: block;
        margin-bottom: 8vw
    }

    .homeBlogsHeading {
        font-size: 13vw;
        margin-bottom: 20px
    }

    .homeBlogs a {
        font-size: 24px;
        padding-top: 10px
    }

    .loader-wrap .loader-wrap-heading p {
        font-size: 28px
    }

    .header-section {
        width: 85%;
        padding-top: 23px
    }

    .header-section .header-logo .main-logo {
        width: 34px
    }

    #header-fixed svg {
        width: 85px
    }

    .menu-links {
        height: 110vh
    }

    .menu-content {
        width: 90%;
        background-size: 85vw;
        height: 85vh
    }

    .text-stroke-fill-ltr {
        font-size: 10vw
    }

    .content-right-body {
        width: 100%;
        margin-top: 20px
    }

    .content-right-body-socials {
        width: 100%
    }

    .content-right .content-title {
        font-size: 4vw
    }

    .content-link .cb-outro-header,
    .content-right-body-socials .cb-menu-nav-item a,
    .menu-num .cb-menu-nav-item a {
        font-size: 5vw;
        padding: 0;
        margin: 0
    }

    .content-link {
        margin-bottom: 25px !important
    }

    .cb-outro-header a:before {
        top: 7vw
    }

    .footer-copyright-label,
    .footer-location-label {
        font-size: 14px
    }

    .hero-main-content-section .video-box {
        width: 300px;
        height: 300px
    }

    .content-hero-box-mobile {
        margin-top: 10vw
    }

    .main-section {
        padding-top: 10vw
    }

    .mobile-hero-para p {
        font-size: 6vw
    }

    .video-section-mobile .video-content-box p {
        font-size: 6.3vw;
        margin-bottom: 30px
    }

    .video-section-mobile .video-content-box a {
        font-size: 7vw
    }

    .video-section-mobile {
        margin: 15vw 0 0
    }

    .action-icon img {
        width: 14px
    }

    .action-icon {
        width: -moz-fit-content;
        width: fit-content;
        bottom: -20px;
        right: 3px
    }

    .accordion-item-content {
        padding: 0
    }

    .accordion-item-content,
    .accordion:hover .accordion-item-content {
        height: 5vh
    }

    .accordion:hover .accordion-item:hover .accordion-item-content,
    accordion-item--default .accordion .accordion-item-content {
        height: auto
    }

    .accordion-list p {
    font-family: 'Readex Pro' !important;
        font-size: 5vw;
        margin-bottom: 20px;
        padding: 0
    }

    .category-button a span {
        font-size: 4.2vw
    }

    .plus-rotate .plus-img {
        width: 50%
    }

    .plus-rotate span:first-child {
        top: 30%;
        bottom: 20%;
        width: 10%;
        left: 45%
    }

    .cat-btn-arrow img {
        width: 12px
    }

    .aero-hover {
        height: 60vh
    }

    .aero-desk-1 {
        display: none
    }

    .aero-mob-1 {
        display: block
    }

    .text-container h1,
    .text-container p {
        font-size: 12vw !important
    }

    .-s4 {
        font-size: 4vw
    }

    .how-we-work .first-heading-box .sub-first-heading,
    .how-we-work .first-heading-box .sub-second-heading {
        height: 50px
    }

    .how-we-work .first-heading-box {
        margin-bottom: 10vw
    }

    .main-how .top-box .first-box-how .box-we .disabled-work {
        font-size: 7vw
    }

    .box-we-para span {
        font-size: 5vw
    }

    .main-how .top-box .first-box-how {
        margin-bottom: 7vw;
        height: 22vh
    }

    .service-marquee {
        padding: 5vw 0
    }

    .service-cap-section .left-box .sub-text {
        font-size: 5vw
    }

    .service-cap-section .right-box .service-right-head {
        font-size: 10vw
    }

    .service-cap-section .right-box p {
        font-size: 5vw
    }

    .left-strategy-box p {
        font-size: 4.5vw
    }

    .service-hero {
        height: 100vh;
        display: block;
        padding: 20vh 0
    }

    .first-box-service p {
        font-size: 5vw;
        top: 44vh;
        height: 100%
    }

    .contact-content-socials-icon span {
        font-size: 4.8vw
    }

    .right-section-header {
        margin-top: 0
    }

    .video-section-mobile .video-box {
        width: 100%;
        margin-top: 15vw;
        height: 30vh
    }

    .contact-hero {
        height: 60vh
    }

    .first-box-contact {
        height: 10vh
    }

    .contact-mobile-para-hero {
        font-size: 5vw
    }

    .img-container {
        height: 100%;
        margin-bottom: 10vh
    }

    .b__dt-head-contain {
        padding-top: 8vh
    }

    .b__dt-head-contain h1 {
        font-size: 24px
    }

    .b__dt-auth-dt {
        font-size: 14px
    }

    .b__dt-auth-dt-ans {
        font-size: 16px
    }

    .b__dt-s-icon img {
        width: 30px
    }

    .b__dt-it {
        font-size: 20px !important;
        letter-spacing: 0
    }

    .b__dt-img img {
        height: 30vh
    }

    .b__dt-content p,
    .b__dt-li li {
        font-size: 20px
    }

    .b__dt-content h2 {
        font-size: 26px
    }

    .b__dt-content h3 {
        font-size: 22px
    }

    .b__dt-quote {
        padding-left: 20px
    }

    .quote-auth {
        font-size: 18px
    }

    .blog__dt-tag,
    .img-caption {
        font-size: 16px !important
    }

    .b__dt-content .bold {
        font-size: 22px !important
    }

    .related-articles {
        margin: 5vh auto
    }

    .img-box-related {
        height: 55vh
    }

    .box-img-content {
        padding: 0
    }

    .related-article-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .related-article-heading h3 {
        font-size: 8vw
    }

    .container_hero_content .small_heading,
    .first-sub-section .right-box-content p,
    .newsCaption-content {
        font-size: 5vw
    }
}

.font-ageo {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-size: 10vw
}

.service-offer {
    padding: 10% 0 0
}

.service-offer-top {
    margin-bottom: 10vh
}

.service-offer-top span {
    letter-spacing: 2px
}

.service-offer-section {
    margin-left: 10vw
}

.service-offer-card {
    text-align: center;
    height: 10vw;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 24px;
    box-shadow: 1px 1px 10px #c7c7c735;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    background: #fff
}

.image-card {
    border: none;
    padding: 0
}

.image-card img {
    filter: grayscale(0);
    transition: filter .4s ease-in
}

.service-offer-card h4 {
    opacity: 1;
    transition: all .3s ease-in;
    text-align: center !important;
  font-family: 'Readex Pro';
}

.service-offer-card:hover p {
    opacity: 1
}

.service-offer-card:hover img {
    filter: grayscale(1)
}

.service-offer-card:hover .service-offer-card-bg {
    opacity: .8
}

.service-offer-card-blur {
    position: absolute;
    top: -10%;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    z-index: 1
}

.service-offer-card-bg {
    width: 500px;
    height: 500px;
    position: absolute;
    place-items: center;
    display: grid;
    margin: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    opacity: 0;
    transition: all .4s ease;
    animation-name: translate-card-animation;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    scale: 1.5
}

.service-offer-card-bg .card-bg-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #6300ff;
    z-index: 3;
    border-radius: 100%;
    filter: blur(5px)
}

.service-offer-card-bg .card-bg-2 {
    background-color: transparent;
    width: 280px;
    height: 280px;
    position: absolute;
    z-index: 2;
    border-radius: 100%;
    filter: blur(5px)
}

.service-offer-card-bg .card-bg-3 {
    background-color: #7f7de4;
    width: 550px;
    height: 550px;
    position: absolute;
    z-index: 1;
    border-radius: 100%
}

@keyframes translate-card-animation {
    0% {
        transform: translate(0) rotate(0deg)
    }

    25% {
        transform: translate(80px, 80px) rotate(90deg)
    }

    50% {
        transform: translate(0) rotate(180deg)
    }

    75% {
        transform: translate(-80px, -80px) rotate(270deg)
    }

    to {
        transform: translate(0) rotate(1turn)
    }
}

.dark .image-card img {
    filter: grayscale(1);
    filter: invert(0) !important
}

.dark .service-offer-card {
    filter: invert(1);
    background: var(--black1);
    color: #fff;
    opacity: 1;
    box-shadow: none
}

.dark .service-offer-card h4 {
    opacity: .6;
    transition: all .3s ease-in
}

.dark .service-offer-card:hover h4 {
    opacity: 1
}

.dark .service-approach-text-box {
    background: var(--white2)
}

@media screen and (max-width:991px) {
    .service-offer-section {
        margin-left: 0
    }

    .service-offer {
        padding: 0;
        margin: 20% 0 0
    }

    .service-offer-top {
        margin-bottom: 5vw
    }

    .service-offer-card-wrapper {
        width: 50% !important
    }

    .service-offer-card {
        height: 15vh
    }

    .service-offer-card h4 {
        font-weight: 400
    }

    .dark .service-offer-card h4 {
        opacity: 1
    }

    .font-ageo {
        font-size: 15vw
    }
}

@media screen and (max-width:480px) {
    .service-offer-top {
        margin-bottom: 5vw
    }

    .service-offer-card-wrapper {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .service-offer-card {
        height: 20vh
    }
}

.contact-form-new input#option1 {
    width: 105px;
    height: 105px;
    position: absolute;
    left: -2px;
    top: -2px
}

.contact-form-new input[type=checkbox i] {
    cursor: pointer
}

.popUpFormContainer {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.back-button {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 40px;
    height: 40px
}

.VideoPopUp {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .2;
    filter: saturate(.5) brightness(1)
}

.form-sections {
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 6vw
}

.popUp-form-step {
    position: absolute;
    top: 60px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%)
}

.popUp-form-step h5 {
    font-size: 1.5vw;
    color: #101010
}

.popUp-content-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4.3vw;
    margin-top: 7vw
}

.popUp-form-step h5 .color-primary {
    font-weight: 600
}

.form-sections input,
.form-sections textarea {
    background: none;
    border-bottom: 2px solid #707070;
    font-size: 1.5vw;
    width: 27vw;
    margin: 0;
    transition: all .5s ease;
    resize: none;
    height: 60px;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    padding: 12px 20px 10px;
    box-shadow: 0
}

.PhoneInput:focus,
.form-sections input:focus,
.form-sections textarea:focus {
    background-color: #ffffff5d;
    border: 0;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(.1px);
    backdrop-filter: blur(.1px);
    box-shadow: 1px 1px 10px 0 #3f3f3f22;
    transition: all .5s ease
}

.form-sections input:focus:hover {
    border: 0;
    transition: all .5s ease
}

.form-sections input:hover,
.form-sections textarea:hover {
    border-bottom: 2px solid #000;
    transition: all .5s ease
}

.form-sections input::-moz-placeholder,
.form-sections textarea::-moz-placeholder {
    font-size: 1.5vw;
    color: #707070;
    font-weight: 500;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.form-sections input::placeholder,
.form-sections textarea::placeholder {
    font-size: 1.5vw;
    color: #707070;
    font-weight: 500;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    transition: all .2s ease
}

.form-sections input:-internal-autofill-selected {
    background-color: transparent !important;
    color: fieldtext !important
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-background-clip: text
}

.form-sec1-head h2 {
    font-size: 1vw;
    text-transform: uppercase
}

.form-sec1-head h2,
.form-sections h4 {
    letter-spacing: 1px;
    color: var(--black1);
    font-weight: 500
}

.form-sections h4 {
    font-size: 1.3vw
}

.form-sections h2 {
    font-size: 3.8vw;
    line-height: 1.2;
    margin-top: 4rem
}

.form-sections h2,
.form-sections p {
    color: var(--black3);
    font-weight: 500
}

.form-sections p {
    font-size: 2vw;
    line-height: 1.5;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    letter-spacing: 1px;
    margin-top: 1.8rem
}

.popUp-form-content {
    display: flex;
    gap: 50px
}

.form-sections .error {
    font-size: 18px;
    color: red;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 15px
}

.form-button {
    position: relative
}

.form-button button {
    background-color: var(--white);
    border-radius: 100px;
    font-size: 1.5vw;
    padding: 10px 0;
    width: 13rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--black)
}

.form-button button img {
    position: absolute;
    width: 18px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1)
}

.form-button button span {
    transition: all .6s ease;
    color: var(--black1);
    position: relative
}

.form-button button:before {
    content: "";
    background-color: var(--black1);
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    position: absolute;
    border-radius: 100px;
    transition: all .6s ease
}

.form-button button:hover span {
    margin-left: 15px;
    color: var(--white)
}

.form-button button:hover:before {
    left: 0
}

.popUp-content-flex.step2 {
    margin-top: 5vw
}

.popUp-form-content.step2 {
    flex-direction: column;
    gap: 30px
}

.PhoneInput {
    width: 33vw;
    display: flex;
    position: relative;
    align-items: center;
    margin: 0;
    padding: 0;
    transition: all .5s ease;
    margin-right: 6vw !important
}

.PhoneInput input {
    background: none;
    font-size: 1.5vw;
    width: 30vw;
    margin: 0;
    transition: all .5s ease;
    resize: none;
    height: 60px;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    padding: 12px 20px 10px
}

.PhoneInput input:focus {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 0
}

.PhoneInput input:focus,
.PhoneInputCountry {
    background-color: #ffffff5d;
    -webkit-backdrop-filter: blur(.1px);
    backdrop-filter: blur(.1px);
    padding-left: 20px;
    box-shadow: 1px 1px 10px 0 #3f3f3f22
}

.PhoneInputCountry {
    height: 58px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px !important;
    border-radius: 30px;
    border: 0
}

.PhoneInputCountryIcon--square {
    width: 25px !important;
    height: 25px !important
}

.PhoneInputCountrySelectArrow {
    width: 10px !important;
    height: 10px !important;
    margin: 0 15px !important;
    z-index: -1
}

.PhoneInput .PhoneInputCountrySelect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    font-size: 1.5vw;
    font-family: Ageo
}

.PhoneInputCountryIcon {
    width: 30px !important;
    height: auto !important
}

.popUp-form-content.step3 {
    flex-direction: column;
    gap: 0
}

.dropdown {
    margin: 0 auto;
    width: 27vw;
    position: relative;
    z-index: 10
}

.dropdown .dropdown-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 2px solid #707070;
    color: #707070;
    font-weight: 500;
    height: 60px;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-size: 1.5vw;
    transition: all .4s ease;
    z-index: 10
}

.dropdown .dropdown-btn:active,
.dropdown .dropdown-btn:focus,
.dropdown:focus {
    background-color: #ffffff5d;
    border: 0;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(.1px);
    backdrop-filter: blur(.1px);
    padding-left: 20px;
    box-shadow: 1px 1px 10px 0 #3f3f3f22
}

.dropdown-btn span,
.dropdown-btn span:before {
    transition: all .4s ease;
    z-index: 10
}

.dropdown-content {
    overflow: hidden;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    color: #707070 !important;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5vw;
    background-color: #fff;
    border: 0;
    border-radius: 20px;
    box-shadow: 1px 1px 10px 0 #3f3f3f22;
    transition: all .3s ease-in-out;
    text-align: left
}

.dropdown-content.active {
    display: block;
    height: 300px !important;
    opacity: 1
}

.dropdown-content .item {
    padding: 10px 20px;
    cursor: pointer;
    transition: all .1s ease
}

.dropdown-content .item:hover {
    background: var(--primary);
    color: var(--white)
}

.dropdown button {
    z-index: 10;
    display: block;
    width: 300px;
    margin: 0 auto
}

.popUp-content-flex.step4 {
    gap: 4vw
}

.budget-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem
}

.budget-slider-container h3 {
    font-size: 1.3vw;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    color: var(--black2);
    font-weight: 400;
    margin-top: 3rem
}

.form-sections input.budget-slider {
    width: 27vw;
    height: 6px;
    border: none;
    background: #e4e7f5;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    position: relative
}

.form-sections input.budget-slider:focus {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    border-radius: none
}

.form-sections input.budget-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, .15)
}

.form-sections input.budget-slider[type=range]::-webkit-slider-thumb {
    background-image: url(/assets/icons/next-white.png);
    background-size: 16px;
    background-position: 18px;
    background-repeat: no-repeat
}

.budget-range {
    text-align: center;
    font-size: 2vw;
    color: var(--black1);
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-weight: 600;
    margin: 0
}

.popUp-content-flex.step5 {
    margin-top: 4rem
}

.popUp-content-flex.step6 {
    margin-top: 3vw;
    gap: 3.5vw
}

.form-attach {
    position: relative;
    width: 27vw;
    text-align: left;
    height: auto;
    font-family: Ageo
}

.form-attach button {
    font-size: 1.5vw
}

.form-attach button img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    z-index: 0;
    position: absolute;
    left: -30px;
    top: 0
}

label.label {
    border-bottom: 2px solid #707070;
    position: relative;
    margin-left: 30px
}

label.label:before {
    content: "";
    background-color: var(--black);
    position: absolute;
    bottom: -2px;
    width: 100%;
    scale: 0;
    height: 2px;
    transition: all .3s ease
}

label.label:hover:before {
    scale: 1
}

#file-chosen {
    margin-left: 28px;
    color: var(--gray1);
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 10px
}

#file-chosen,
#file-chosen button {
    font-size: 20px
}

.form-attach .terms {
    color: var(--black2);
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 400;
    margin-top: 0
}

.form-sections textarea {
    height: 100%;
    font-size: 1.4vw;
    padding: 10px 20px;
    max-height: 80px
}

.form-sections textarea:focus {
    border-radius: 20px
}

.form-sections textarea:focus:hover {
    border: 0
}

.form-container {
    text-align: center;
    padding-bottom: 50px
}

.btn_CTA {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: inline-flex;
    transform: translateZ(0);
    height: 4rem;
    border-radius: 100px;
    line-height: 1.5;
    padding: 0 3rem;
    font-size: 2vw;
    transition: transform .3s;
    position: relative;
    border: 1px solid
}

.form-button-2 .btn_CTA,
.loading-state {
    padding: 0;
    width: 12.5rem
}

.loading-state {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
    height: 4rem;
    border-radius: 100px;
    position: relative;
    border: 1px solid;
    background: currentColor
}

.loading-state img {
    position: absolute;
    width: 36px;
    z-index: 100;
    animation: rotate-animation .7s linear infinite
}

.btn_CTA-title {
    position: relative;
    display: block;
    padding: 0 .16em 0 0;
    overflow: hidden;
    z-index: 2
}

.btn_CTA-title span {
    display: block;
    transition: transform .8s cubic-bezier(.16, 1, .3, 1)
}

.btn_CTA-title span:after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 110%;
    left: 0;
    color: var(--white)
}

.btn_CTA-ripple {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    transform: translateZ(0);
    border-radius: inherit
}

.btn_CTA-ripple span {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(101%);
    background: currentColor;
    border-radius: 50% 50% 0 0;
    transition: transform .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1)
}

.btn_CTA:hover .btn_CTA-ripple span {
    border-radius: 0;
    transform: translateY(0);
    transition-duration: .5s, .9s
}

.btn_CTA:hover .btn_CTA-title span {
    transform: translateY(-110%)
}

.form-button-2 p {
    font-size: 1.5vw;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    color: red;
    margin: 20px 0
}

.btn_CTA:focus .btn_CTA-ripple span {
    border-radius: 0;
    transform: translateY(0);
    transition-duration: .5s, .9s
}

.btn_CTA:focus .btn_CTA-title span {
    transform: translateY(-110%)
}

.text-green-400 {
    font-size: 18px !important;
    color: #00c !important;
    margin-top: 30px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    line-height: 1 !important
}

.form-sections textarea {
    margin-top: 3vw
}

@media screen and (max-width:1536px) {
    .PopUpmodal-content {
        width: 90vw !important
    }

    .form-sections h2 {
        font-size: 3.5vw
    }

    .form-sections .step2 h1 {
        margin-top: 3rem
    }

    .form-sections p {
        font-size: 2vw
    }

    .popUp-content-flex.step4 {
        margin-top: 6vw
    }

    .form-sections.step2 {
        padding-top: 4vw
    }

    .form-sections textarea {
        margin-top: 3vw;
        max-height: 70px
    }

    .PhoneInput {
        width: 34.5vw;
        margin-right: 7.5vw !important
    }

    .popUp-form-content.step2 {
        gap: 20px
    }
}

@media screen and (max-width:991px) {

    .form-button,
    .form-button-2,
    .text-green-400 {
        position: relative;
        bottom: auto;
        margin: 2rem 0 1rem
    }

    .PopUpmodal-content {
        width: 80vw !important;
        height: 85vh !important
    }

    .form-sections {
        justify-content: center
    }

    .pop-up-div-form {
        margin: 0
    }

    .form-sections h2 {
        font-size: 8vw;
        margin-top: 13vw !important
    }

    .form-sections p {
        font-size: 5vw;
        letter-spacing: .5px
    }

    .popUp-content-flex {
        margin-top: 10vw !important
    }

    .popUp-form-content {
        display: block
    }

    .form-sections input,
    .form-sections textarea {
        margin: 2rem 0;
        width: 50vw !important;
        font-size: 4vw
    }

    .form-sections input::-moz-placeholder,
    .form-sections textarea::-moz-placeholder {
        font-size: 3vw;
        color: var(--gray);
        font-weight: 400;
        font-family: Ageo
    }

    .form-sections input::placeholder,
    .form-sections textarea::placeholder {
        font-size: 3vw;
        color: var(--gray);
        font-weight: 400;
        font-family: Ageo
    }

    .PhoneInput {
        width: 50vw;
        margin-right: 0 !important
    }

    .PhoneInput input {
        margin: 0
    }

    .form-button button {
        font-size: 3vw;
        width: 25vw
    }

    .popUp-form-content.step3 {
        margin: 2rem
    }

    .dropdown {
        width: 50vw
    }

    .dropdown .dropdown-btn,
    .dropdown-content {
        font-size: 4vw
    }

    .budget-slider-container {
        margin-top: 2rem
    }

    .budget-slider-container h3 {
        font-size: 3.5vw;
        margin-top: 1rem
    }

    .budget-range {
        font-size: 5vw
    }

    .form-sections select {
        font-size: 5vw;
        width: 50vw;
        margin-left: 0;
        margin-right: 0
    }

    .form-sections .error {
        font-size: 2.5vw;
        margin-top: 15px;
        padding: 0
    }

    .form-attach {
        width: 50vw
    }

    .form-attach button {
        font-size: 3.5vw
    }

    .form-attach button img {
        width: 25px;
        height: 25px
    }

    #file-chosen {
        margin-left: 35px;
        font-size: 3vw
    }

    .form-attach .terms {
        font-size: 18px;
        width: 110%
    }

    .popUp-for-TextArea {
        padding-top: 50px
    }

    .form-sections textarea {
        height: 60px
    }

    .btn_CTA,
    .form-sections select option {
        font-size: 4vw
    }

    .form-button-2 p {
        font-size: 3vw
    }
}

@media screen and (max-width:480px) {
    .form-sections {
        height: 90vh
    }

    .form-sections .error {
        font-size: 3.8vw;
        padding-bottom: 15px
    }

    .form-button button {
        font-size: 5vw;
        padding: 5px 0;
        width: 10rem
    }

    .form-button button img {
        right: 18px;
        width: 17px
    }

    .PhoneInput {
        width: 70vw !important;
        margin: 1rem !important
    }

    .PhoneInput input {
        margin: 0 !important
    }

    .PhoneInput input:focus,
    .dropdown .dropdown-btn:active,
    .dropdown .dropdown-btn:focus,
    .dropdown:focus {
        padding-left: 10px
    }

    .PhoneInputCountry {
        padding: 10px 0 10px 15px;
        width: 80px;
        height: 45px;
        margin-right: 15px !important
    }

    .popUp-form-content.step3 {
        margin: 1rem 0
    }

    .dropdown {
        width: 70vw
    }

    .dropdown .dropdown-btn {
        padding: 10px;
        font-size: 5vw
    }

    .popUp-content-flex.step4 {
        height: 80%
    }

    .popUp-content-flex.step5,
    .popUp-content-flex.step6 {
        height: 100%;
        margin: 0 !important
    }

    .dropdown-content {
        font-size: 4vw;
        width: 100%;
        top: 10px
    }

    .dropdown-content .item {
        padding: 10px
    }

    .budget-slider-container h3 {
        font-size: 4vw
    }

    .form-sections h2 {
        font-size: 10vw;
        margin-top: 20vw !important
    }

    .form-sections p {
        margin-top: 1rem;
        font-size: 6.5vw
    }

    .popUp-form-content {
        margin-top: 1rem
    }

    .form-sections input,
    .form-sections textarea {
        width: 70vw !important;
        margin: 1rem;
        height: 50px;
        font-size: 5vw;
        padding: 10px
    }

    .form-sections input::-moz-placeholder,
    .form-sections textarea::-moz-placeholder {
        font-size: 5vw
    }

    .form-sections input::placeholder,
    .form-sections textarea::placeholder {
        font-size: 5vw
    }

    .form-attach {
        width: 70vw;
        margin: 20px
    }

    #file-chosen {
        font-size: 4vw
    }

    .form-attach .terms {
        margin-top: 20px;
        font-size: 14px;
        width: 100%
    }

    .form-attach button {
        font-size: 5vw
    }

    .form-attach button img {
        margin-right: 5px;
        margin-bottom: 5px;
        width: 20px;
        height: 20px
    }

    .popUp-for-TextArea {
        padding-top: 20px
    }

    .form-sections textarea {
        height: 100px
    }

    .btn_CTA {
        font-size: 6vw;
        height: 50px;
        padding: 0 40px
    }
}

.dark .PopUpmodal-content {
    background-color: var(--white)
}

.dark .form-sections .error,
.dark .progress,
.dark .text-green-400 {
    filter: invert(1)
}

.dark .VideoPopUp,
.dark .form-attach button img {
    filter: invert(0) !important
}

#patroSub button {
    text-transform: uppercase
}

.message-sent-page {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.message-sent-page h1 {
    font-size: 10vw;
    font-weight: 500;
    color: var(--black1)
}

.message-sent-page p {
    font-size: 1.5vw;
    color: var(--black1);
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    width: 60vw;
    text-align: center;
    font-weight: 500;
    line-height: 1.2
}

@media screen and (max-width:991px) {
    .message-sent-page h1 {
        font-size: 18vw
    }

    .message-sent-page p {
        font-size: 4.5vw;
        width: 85vw
    }
}

.form-visible {
    visibility: visible !important;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-name: fadeIn;
    animation-duration: .3s;
    display: block !important;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.PopUpmodal {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 150;
    width: 100%;
    height: 100
}

.PopUpContainer {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5c5ad610
}

.PopUpmodal-content {
    position: relative;
    width: 85vw;
    height: 90vh;
    background-color: var(--white);
    border-radius: 36px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: .5s;
    animation-name: slideIn;
    animation-duration: .5s;
    overflow: hidden
}

.popUpButton-div {
    top: 87vh;
    right: 25px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: fixed;
    z-index: 100
}

#popUpButton {
    width: 5.5vw;
    height: 5.5vw;
    position: relative
}

.popUpRotate {
    animation: rotate-animation 10s linear infinite;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: scale .5s ease;
    z-index: 2 !important
}

.popUpImg {
    width: 2.7vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

#popUpButton:hover .popUpRotate {
    scale: 1.1
}

.PopUpClose {
    font-weight: 700;
    z-index: 2;
    position: absolute;
    top: 45px;
    right: 50px;
    width: 50px;
    height: 50px
}

.PopUpClose img {
    width: 50px;
    transition: all .5s ease
}

.PopUpClose:hover img {
    width: 40px;
    transform: rotate(180deg)
}

@keyframes slideIn {
    0% {
        scale: .7;
        opacity: 0
    }

    to {
        scale: 1;
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.dark .PopUpContainer {
    background-color: #5ad61410
}

.dark #popUpButton,
.dark .form-sections input.budget-slider {
    filter: invert(1)
}

.dark .dropdown-content .item:hover {
    background-color: var(--dark-primary);
    color: #000
}

@media screen and (max-width:991px) {
    #popUpButton {
        width: 14vw;
        height: 14vw;
        position: relative
    }

    .popUpButton-div {
        display: none;
        top: 85vh
    }

    .popUpImg {
        width: 60px
    }

    .popUp-form-step h5 {
        font-size: 3.5vw
    }
}

@media screen and (max-width:778px) {
    .PopUpClose {
        top: 25px;
        right: 30px;
        width: 50px;
        height: 50px
    }

    .back-button {
        top: 30px;
        left: 30px;
        width: 40px;
        height: 40px
    }

    .popUp-form-step {
        top: 30px
    }
}

@media screen and (max-width:480px) {
    .PopUpContainer {
        align-items: unset
    }

    .PopUpmodal-content {
        height: 85vh !important;
        margin-top: 5vh
    }

    #popUpButton {
        width: 80px;
        height: 80px
    }

    .popUpImg {
        width: 40px
    }

    .popUpButton-div {
        top: 85vh;
        right: 20px
    }

    .popUp-form-step h5 {
        font-size: 4vw
    }
}

#DesignLandingTesti .horizontalSlider___281Ls {
    height: 100%;
    width: 50%;
    margin: 0 auto;
    overflow: hidden !important
}

#DesignLandingTesti .sliderTray___-vHFQ {
    height: 100%
}

#DesignLandingTesti .horizontalSlider___281Ls .slideHorizontal___1NzNV {
    padding: 0 !important;
    height: 100%
}

#DesignLandingTesti .slideInner___2mfX9 {
    background: none;
    position: unset !important;
    height: 70vh
}

@media screen and (max-width:991px) {
    #DesignLandingTesti .horizontalSlider___281Ls {
        width: 90%
    }

    #DesignLandingTesti .sliderTray___-vHFQ {
        height: 80vh
    }

    #DesignLandingTesti .slideInner___2mfX9 {
        height: 100%;
        width: 77%
    }
}

@media screen and (max-width:776px) {
    #DesignLandingTesti .slideInner___2mfX9 {
        width: 50%
    }
}

.c__testimain .slick-list {
    padding: 20px 0;
    width: 90%;
    margin: auto
}

.c__testimain .slick-next:before,
.c__testimain .slick-prev:before {
    color: #1a1a1a !important;
    font-family: unset !important;
    font-size: 40px !important
}

.c__testimain .slick-next,
.c__testimain .slick-prev {
    width: auto
}

.c__testimain .slick-prev {
    transform: rotate(180deg);
    left: 0
}

.c__testimain .slick-next {
    right: 0
}

.c__testimain .slick-next:before,
.c__testimain .slick-prev:before {
    content: "➜"
}

@media screen and (max-width:480px) {

    .c__testimain .slick-next,
    .c__testimain .slick-next:before,
    .c__testimain .slick-prev,
    .c__testimain .slick-prev:before {
        display: none
    }

    .c__testimain .slick-list {
        width: 100%
    }
}

.jd__bgcover {
    background: #0000009e;
    position: absolute;
    width: 100%;
    top: -7.4vh;
    z-index: -1
}

.jd__main .menu svg path {
    stroke: var(--white)
}

.jd__main .showreel .btn-primary {
    color: var(--white)
}

.jd__main .header-section .header-logo .main-logo {
    filter: invert(1)
}

.dark .jd__main .jd__bg {
    z-index: -2
}

.dark .jd__bgcover {
    filter: invert(1);
    z-index: -1
}

.dark .jd__head,
.dark .jd__main .menu svg path {
    filter: invert(1)
}

.dark .jd__main .menu--1 input:checked+svg .line--1,
.dark .jd__main .menu--1 input:checked+svg .line--3 {
    stroke: #000
}

.dark .jd__main .showreel .btn-primary {
    color: var(--black)
}

.dark .jd__main .dark-mode-btn {
    background: #fff
}

.jd__form__content input:-webkit-autofill,
.jd__form__content input:-webkit-autofill:active,
.jd__form__content input:-webkit-autofill:focus,
.jd__form__content input:-webkit-autofill:hover {
    background-clip: unset;
    background-color: none !important;
    border: 1px solid #00000010
}

.jd__form__content input:-internal-autofill-selected {
    background-color: none !important
}

.dark .tw-primary {
    filter: invert(1);
    color: #fff !important
}

.dark .tw-hover:hover {
    color: var(--dark-primary)
}

.dark .tw-no-invert {
    filter: invert(1)
}

.dark .tw-no-invert img {
    filter: invert(0) !important
}

.dark .tw-border {
    --tw-ring-color: var(--dark-primary) !important;
    border-color: var(--dark-primary) !important
}

.faq {
    padding: 10% 10% 0;
    text-align: center
}

.faq h2 {
    font-size: 4vw;
    font-weight: 500;
    line-height: normal
}

.faqBottomBox {
    width: 70%;
    text-align: left;
    margin: 8vh auto auto
}

.faqBottomBox h3 {
    font-size: 1.6vw
}

.faqBottomBox p {
    font-size: 1.4vw;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    letter-spacing: 0
}

.arrowRotate {
    transform: rotate(45deg)
}

.arrowRotate,
.arrowStatic {
    width: 24px;
    transition: transform .3s ease
}

.contentHidden {
    height: 0
}

.contentHidden,
.contentVisible {
    overflow: hidden;
    transition: all .3s ease
}

.contentVisible {
    height: 140px
}

.contentHidden img {
    transform: rotate(45deg);
    transition: all .3s ease
}

@media screen and (max-width:991px) {
    .faq {
        padding: 15vh 10% 0
    }

    .faq h2 {
        font-size: 8vw;
        font-weight: 500;
        line-height: 1.2
    }

    .faqBottomBox {
        width: 100%;
        margin-top: 5vh
    }

    .faqBottomBox h3 {
        font-size: 3.8vw
    }

    .faqBottomBox p {
        font-size: 3.2vw
    }

    .contentVisible {
        height: 260px
    }
}

@media screen and (max-width:480px) {
    .faq {
        padding: 15vh 0 0;
        width: 85%;
        margin: auto
    }

    .faq h2 {
        font-size: 9vw
    }

    .faqBottomBox h3 {
        font-size: 24px
    }

    .faqBottomBox p {
        font-size: 18px
    }

    .arrowRotate,
    .arrowStatic {
        width: 18px
    }

    .contentVisible {
        height: 240px
    }
}

.dark .TermCard_card__SwKFS {
    background: var(--white2);
    border: 1px solid var(--white3);
    box-shadow: none
}

#glossary-modal {
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500
}

.b_dt-gls-content {
    width: 100%
}

.ux-gls-img {
    width: 35%;
    height: auto !important
}

.b__dt-auth img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.b_dt-gls-top {
    width: 58%;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    text-align: justify;
    letter-spacing: .5px;
    margin-bottom: 50px
}

.b_dt-gls-top h2 {
    font-size: 1.6vw;
    font-weight: 500;
    margin-bottom: 50px
}

.b_dt-gls-top p {
    font-size: 1.4vw;
    margin-bottom: 50px
}

.b_dt-gls-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 50px 40px;
    grid-auto-rows: auto;
    margin-bottom: 100px
}

.ux-gls-filter-input {
    margin-bottom: 50px;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px
}

.ux-gls-filter-input p {
    font-size: 1.5vw;
    font-weight: 500
}

.ux-gls-filter-input input {
    border-bottom: 2px solid #00000050;
    border-radius: 0;
    padding: 10px 10px 2px;
    margin-bottom: 8px;
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-size: 1.3vw;
    background: none
}

#my-modal-scroll .scroll-content {
    background-color: #fff !important
}

@media screen and (max-width:1536px) {
    .b_dt-gls-grid {
        gap: 40px
    }

    .b_dt-gls-top {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1024px) {
    .ux-gls-img {
        width: 100%;
        margin-bottom: 50px
    }

    .b_dt-gls-top h2 {
        font-size: 3.8vw;
        margin-bottom: 30px
    }

    .b_dt-gls-top p {
        font-size: 3.5vw;
        margin-bottom: 30px
    }

    .b_dt-gls-top {
        width: 100%;
        margin-bottom: 50px
    }

    .ux-gls-filter-input input,
    .ux-gls-filter-input p {
        font-size: 4vw
    }

    .b_dt-gls-grid {
        grid-template-columns: auto auto;
        gap: 40px
    }

    .box-img-content.homeBlog:nth-child(3) {
        display: none
    }
}

@media screen and (max-width:480px) {
    .b_dt-gls-grid {
        grid-template-columns: auto;
        gap: 40px
    }

    .b_dt-gls-top h2 {
        font-size: 4.5vw
    }

    .b_dt-gls-top p {
        font-size: 4vw
    }

    .ux-gls-filter-input p {
        font-size: 5vw
    }

    .ux-gls-filter-input input {
        font-size: 5vw;
        width: 50%
    }
}

.mr-11 {
    margin-left: 15vw;
    margin-right: 0
}

.en-main-link {
    display: inline-block;
    position: relative;
    line-height: normal;
    overflow: hidden
}

.en-main-link span {
    display: inline-block;
    transition: all 1.2s cubic-bezier(.19, 1, .22, 1)
}

.en-main-link span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 105%;
    color: currentColor
}

.en-main-link:hover span {
    transform: translateY(-105%) !important
}

.en-link-under span {
        font-size: 7w;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px
}

.en-link-under span:after {
    content: "";
    background: currentColor;
    position: absolute;
    bottom: -20%;
    left: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(1);
    transition: all 1.2s cubic-bezier(.19, 1, .22, 1)
}

.en-link-under:hover span:after {
    transform: scaleX(0)
}

.blog-pagi-container {
    text-align: center;
    justify-items: center;
    margin: 5vw 0
}

.blog-pagi-container,
.pagi-section {
    width: 100%;
    display: flex;
    align-items: center
}

.pagi-section {
    justify-content: center
}

.pagi-number-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagi-num {
    font-size: 22px;
    width: 55px;
    font-weight: 500;
    padding: 6px 0;
    margin: 0 12px;
    border: 1px solid #e3e3e3;
    color: var(--black1);
    border-radius: 3px;
    transition: all .15s ease-out
}

.pagi-num:hover {
    background: #e3e3e3
}

li.pagi-num.active {
    background: var(--primary)
}

a.pagi-num.disabled {
    cursor: none;
    background: none
}

li.pagi-num.active a {
    color: var(--white)
}

.dark .blog-pagi-container img {
    filter: invert(0) !important
}

.dark li.pagi-num.active {
    background: var(--dark-primary)
}

.blog-featured-post {
    height: 100vh;
    width: 100%
}

.blog-feat-post-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 5% 0
}

.blog-feat-img-contain {
    width: 40%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.blog-feat-img-contain img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.featured-post-content {
    width: 60%;
    height: 100%;
    padding-left: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.feat-post-content-date {
    margin: 0 0 20px;
    font-size: 1.3vw;
    color: var(--gray2);
    font-weight: 400
}

.feat-post-title {
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 40px
}

.feat-post-discription {
  font-family: 'Readex Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;


    font-size: 1.3vw;
    letter-spacing: 1px;
    margin-bottom: 50px
}

.feat-post-link {
    font-size: 1.4vw
}

@media screen and (max-width:1650px) {
    .blog-feat-post-container {
        padding: 8% 0
    }
}

@media screen and (max-width:991px) {
    .blog-featured-post {
        height: 100%
    }

    .feat-post-content-date,
    .feat-post-discription {
        font-size: 16px
    }

    .feat-post-link {
        font-size: 18px
    }

    .feat-post-title {
        font-size: 24px
    }

    .feat-post-discription,
    .feat-post-title {
        margin-bottom: 20px
    }

    .feat-post-link img {
        width: 20px !important;
        height: 20px !important
    }
}

@media screen and (max-width:480px) {
    .blog-feat-post-container {
        display: block;
        padding-top: 15%
    }

    .feat-post-discription {
        display: none
    }

    .blog-feat-img-contain {
        width: 100%;
        height: 60vh
    }

    .featured-post-content {
        width: 100%;
        padding: 16px 0
    }

    .blog-pagi-container {
        margin-top: 10vw
    }
}

.before\:absolute:before {
    content: var(--tw-content) !important;
    position: absolute !important
}

.before\:left-0:before {
    content: var(--tw-content) !important;
    left: 0 !important
}

.before\:top-\[10px\]:before {
    content: var(--tw-content) !important;
    top: 10px !important
}

.before\:h-2:before {
    content: var(--tw-content) !important;
    height: .5rem !important
}

.before\:w-2:before {
    content: var(--tw-content) !important;
    width: .5rem !important
}

.before\:rounded-full:before {
    content: var(--tw-content) !important;
    border-radius: 9999px !important
}

.before\:bg-black\/70:before {
    content: var(--tw-content) !important;
    background-color: rgba(0, 0, 0, .7) !important
}

.out-of-range\:border-red-400:out-of-range {
    --tw-border-opacity: 1 !important;
    border-color: rgb(248 113 113/var(--tw-border-opacity)) !important
}

.out-of-range\:ring-red-500:out-of-range {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(239 68 68/var(--tw-ring-opacity)) !important
}

.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(37 99 235/var(--tw-bg-opacity)) !important
}

.hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(30 64 175/var(--tw-bg-opacity)) !important
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(93 90 214/var(--tw-bg-opacity)) !important
}

.hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(93 90 214/var(--tw-text-opacity)) !important
}

.hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.group:hover .group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(93 90 214/var(--tw-bg-opacity)) !important
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:underline {
    text-decoration-line: underline !important
}

.group:hover .group-hover\:opacity-0 {
    opacity: 0 !important
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1 !important
}

.group:hover .group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

:is(.dark .dark\:bg-white2) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(238 238 238/var(--tw-bg-opacity)) !important
}

:is(.dark .dark\:shadow) {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

:is(.dark .dark\:shadow-xl) {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

:is(.dark .dark\:shadow-white) {
    --tw-shadow-color: #fff !important;
    --tw-shadow: var(--tw-shadow-colored) !important
}

:is(.dark .dark\:invert) {
    --tw-invert: invert(100%) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

:is(.dark .dark\:invert-0) {
    --tw-invert: invert(0) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

@media (min-width:640px) {
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important
    }

    .sm\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important
    }
}

@media (min-width:768px) {
    .md\:mb-0 {
        margin-bottom: 0 !important
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem !important
    }

    .md\:mb-8 {
        margin-bottom: 2rem !important
    }

    .md\:mt-20 {
        margin-top: 5rem !important
    }

    .md\:flex {
        display: flex !important
    }

    .md\:h-16 {
        height: 4rem !important
    }

    .md\:h-4 {
        height: 1rem !important
    }

    .md\:h-\[57vh\] {
        height: 57vh !important
    }

    .md\:w-4 {
        width: 1rem !important
    }

    .md\:w-\[80\%\] {
        width: 80% !important
    }

    .md\:w-\[85\%\] {
        width: 85% !important
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }

    .md\:flex-row {
        flex-direction: row !important
    }

    .md\:items-center {
        align-items: center !important
    }

    .md\:gap-0 {
        gap: 0 !important
    }

    .md\:gap-6 {
        gap: 1.5rem !important
    }

    .md\:border-x-2 {
        border-left-width: 2px !important;
        border-right-width: 2px !important
    }

    .md\:px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .md\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .md\:py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .md\:py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .md\:pl-8 {
        padding-left: 2rem !important
    }

    .md\:pr-8 {
        padding-right: 2rem !important
    }

    .md\:pt-0 {
        padding-top: 0 !important
    }

    .md\:pt-32 {
        padding-top: 8rem !important
    }

    .md\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important
    }

    .md\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important
    }

    .md\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important
    }

    .md\:text-\[1\.35rem\] {
        font-size: 1.35rem !important
    }

    .md\:text-\[3\.4vw\] {
        font-size: 3.4vw !important
    }

    .md\:text-\[6vw\] {
        font-size: 6vw !important
    }

    .md\:text-\[7vw\] {
        font-size: 7vw !important
    }

    .md\:text-\[8vw\] {
        font-size: 8vw !important
    }

    .md\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important
    }
}

@media (min-width:1024px) {
    .lg\:flex {
        display: flex !important
    }

    .lg\:h-24 {
        height: 6rem !important
    }

    .lg\:w-1\/2 {
        width: 50% !important
    }

    .lg\:w-24 {
        width: 6rem !important
    }

    .lg\:w-\[90\%\] {
        width: 90% !important
    }

    .lg\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .lg\:text-\[2\.4vw\] {
        font-size: 2.4vw !important
    }

    .lg\:text-\[3vw\] {
        font-size: 3vw !important
    }

    .lg\:text-\[5vw\] {
        font-size: 5vw !important
    }
}

@media (min-width:1280px) {
    .xl\:h-10 {
        height: 2.5rem !important
    }

    .xl\:h-screen {
        height: 100vh !important
    }

    .xl\:w-10 {
        width: 2.5rem !important
    }

    .xl\:w-\[60\%\] {
        width: 60% !important
    }

    .xl\:px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .\32xl\:mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .\32xl\:mt-12 {
        margin-top: 3rem !important
    }

    .\32xl\:flex {
        display: flex !important
    }

    .\32xl\:h-\[80vh\] {
        height: 80vh !important
    }

    .\32xl\:w-2\/5 {
        width: 40% !important
    }

    .\32xl\:w-3\/5 {
        width: 60% !important
    }

    .\32xl\:w-\[75\%\] {
        width: 75% !important
    }

    .\32xl\:w-\[90\%\] {
        width: 90% !important
    }

    .\32xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important
    }

    .\32xl\:flex-row {
        flex-direction: row !important
    }

    .\32xl\:items-center {
        align-items: center !important
    }

    .\32xl\:gap-10 {
        gap: 2.5rem !important
    }

    .\32xl\:px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .\32xl\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .\32xl\:pb-0 {
        padding-bottom: 0 !important
    }

    .\32xl\:pt-0 {
        padding-top: 0 !important
    }

    .\32xl\:text-center {
        text-align: center !important
    }

    .\32xl\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important
    }

    .\32xl\:text-\[1\.4vw\] {
        font-size: 1.4vw !important
    }

    .\32xl\:text-\[2\.1vw\] {
        font-size: 2.1vw !important
    }

    .\32xl\:text-\[2\.2vw\] {
        font-size: 2.2vw !important
    }

    .\32xl\:text-\[3\.5vw\] {
        font-size: 3.5vw !important
    }

    .\32xl\:text-\[6\.5vw\] {
        font-size: 6.5vw !important
    }

    .\32xl\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important
    }

    .\32xl\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important
    }
}

@media (min-width:1680px) {
    .\33xl\:w-\[75\%\] {
        width: 75% !important
    }

    .\33xl\:w-\[80\%\] {
        width: 80% !important
    }

    .\33xl\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important
    }
}




