main{--Brand:rgba(0,178,255,1.00);--White:rgba(255,255,255,1.00);--Silver:rgba(117,127,149,1.00);--Blue:rgba(12,16,32,1.00);--Red:rgba(223,14,14,1.00);--Gray:rgba(249,249,249,1.00);--Border:rgba(235,235,235,1.00);}main
{
    font-family: 'Manrope', sans-serif;
}[data-animation] {
    position: relative;
}

[data-animation='fadeInTop'],
[data-animation='fadeInDown'],
[data-animation='fadeIn'],
[data-animation='fadeInLeft']
{
    opacity: 0;
}


[data-delay='50'] {
    animation-delay: 50ms !important;
}

[data-delay='100'] {
    animation-delay: 100ms !important;
}

[data-delay='200'] {
    animation-delay: 200ms !important;
}

[data-delay='300'] {
    animation-delay: 300ms !important;
}

[data-delay='400'] {
    animation-delay: 400ms !important;
}

[data-delay='500'] {
    animation-delay: 500ms !important;
}

[data-delay='600'] {
    animation-delay: 600ms !important;
}

[data-delay='700'] {
    animation-delay: 700ms !important;
}

.fadeInTop {
    animation: fadeInTop .6s;
    animation-fill-mode: forwards;
}

.fadeInLeft {
    animation: fadeInLeft .6s;
    animation-fill-mode: forwards;
}

.fadeIn {
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
}



.fadeInDown {
    animation: fadeInDown 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translate3d(0px, 50px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to {
        opacity: 1;
        transform: translate3d(0px, 0, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to {
        opacity: 1;
        transform: translate3d(0px, 0, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        zoom:0.6;
    }
    to {
        opacity: 1;
        zoom:1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0px, -50px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to {
        opacity: 1;
        transform: translate3d(0px, 0, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translate3d(0px, 0, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to {
        opacity: 0;
        transform: translate3d(0px, 56.524px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
    
.hamburger {
  transition:0.2s;  
}

.hamburger > div {
    position:relative;
    top:0;
    transition:0.2s;
}

.hamburger.opened > div:first-child {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
}

.hamburger.opened > div:nth-child(2) {
    opacity:0;
}

.hamburger.opened > div:last-child {
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
}

main h2{margin:0px 0px 0px 0px;font-size:52px;font-weight:600;line-height:1.2;color:var(--Blue);}@media screen and (max-width: 991px) {main h2{font-size:42px;}}main container{max-width:1160px;width:100%;margin:0px auto 0px auto;display:block;padding:0px 20px 0px 20px;}main .stylesheet-color-box{width:220px;height:220px;border:1px solid rgba(225,225,225,1.00);margin:0px 0px 10px 0px;}main h1{font-size:70px;font-weight:600;margin:0px 0px 0px 0px;line-height:1.1;color:var(--Blue);}@media screen and (max-width: 767px) {main h1{font-size:52px;}}main h3{font-size:32px;margin:0px 0px 0px 0px;color:var(--Blue);font-weight:600;line-height:1.3;}main button{cursor:pointer;border:0px solid rgba(0,0,0,1);}main h4{font-size:22px;margin:0px 0px 0px 0px;font-weight:600;line-height:1.3;color:var(--Blue);}main h5{margin:0px 0px 0px 0px;font-size:20px;font-weight:600;color:var(--Blue);}main a{transition:all 50ms 0ms linear;cursor:pointer;}main .button-secondary{color:var(--White);display:flex;align-items:center;justify-content:center;padding:15px 20px 15px 20px;font-size:14px;border-radius:5px;font-weight:700;position:relative;background:var(--Blue);overflow:hidden;}main .button-secondary::after{content:"";width:calc(100% + 70px);position:absolute;height:calc(100% + 70px);border-radius:100%;transform:translate(0px,100%);transition:all 550ms 0ms linear;background:var(--Brand);}main .button-secondary:hover::after{transform:translate(0px,-5px);}main .button-secondary span{position:relative;z-index:5;}main h6{font-size:16px;margin:0px 0px 0px 0px;font-weight:700;}main {background:rgba(255,255,255,1.00);color:var(--Silver);font-size:16px;line-height:1.7;font-weight:400;}main p{margin:0px 0px 0px 0px;}main .stylesheet-part{border-bottom:1px solid rgba(223,223,223,1.00);padding:60px 0px 60px 0px;}@media screen and (max-width: 991px) {main .stylesheet-part{padding:40px 0px 40px 0px;}}main ul{padding:0px 20px 0px 20px;}main ol{padding:0px 20px 0px 20px;}main textarea{resize:vertical;}main .button-primary{background:var(--Brand);color:var(--Blue);display:flex;align-items:center;justify-content:center;padding:15px 20px 15px 20px;font-size:14px;border-radius:5px;font-weight:700;position:relative;}main .button-primary::after{content:"";width:calc(100% + 70px);position:absolute;height:calc(100% + 70px);border-radius:100%;transform:translate(0px,100%);transition:all 550ms 0ms linear;background:var(--Blue);}main .button-primary:hover::after{transform:translate(0px,-5px);}main .button-primary span{position:relative;z-index:10;color:var(--White);}main .nav-button{background:var(--White);color:var(--Blue);display:flex;align-items:center;justify-content:center;padding:15px 25px 15px 25px;font-size:14px;border-radius:50px;font-weight:700;position:relative;border:2px solid var(--Blue);}main .nav-button::after{content:"";width:calc(100% + 70px);position:absolute;height:calc(100% + 70px);border-radius:100%;transform:translate(0px,100%);transition:all 550ms 0ms linear;background:var(--Blue);}main .nav-button:hover::after{transform:translate(0px,-5px);}main .nav-button:hover >span{color:var(--White);transition:all 200ms 0ms linear;}main .mt-20{margin:20px 0px 0px 0px;}main .mt-40{margin:40px 0px 0px 0px;}main .mt-50{margin:50px 0px 0px 0px;}main .mt-30{margin:30px 0px 0px 0px;}main .mt-10{margin:10px 0px 0px 0px;}main .input{border:1px solid var(--Border);}body main .t2{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t3{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t12{display:flex;row-gap:25px;flex-direction:column;}body main .t13{display:flex;column-gap:100px;}body main .t15{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t15{row-gap:30px;grid-template-columns:1fr ;}}body main .t21{color:var(--Silver);}body main .t24{color:var(--Blue);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t25{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t40{font-size:30px;font-weight:500;}body main .t42{display:flex;flex-direction:column;}body main .t43{color:var(--White);align-items:center;font-weight:500;justify-content:center;}body main .t45{display:flex;row-gap:40px;column-gap:40px;}body main .t46{display:flex;flex-direction:column;}body main .t47{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t49{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t49{row-gap:30px;grid-template-columns:1fr ;}}@media screen and (max-width: 991px) {body main .t50{color:rgba(163,117,255,1.00);}}@media screen and (max-width: 991px) {body main .t52{color:rgba(163,117,255,1.00);}}body main .t53{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t53{row-gap:20px;}}body main .t54{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t54{row-gap:30px;grid-template-columns:1fr ;}}body main .t56{overflow:hidden;}body main .t57{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t58{display:flex;overflow:hidden;position:relative;align-items:center;border-radius:50px;flex-direction:row-reverse;justify-content:center;}body main .t60{display:flex;flex-direction:column;}body main .t61{overflow:hidden;}body main .t62{z-index:5;position:relative;align-items:center;font-weight:500;justify-content:center;}body main .t63{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t64{padding:50px 0px 50px 0px;position:relative;}@media screen and (max-width: 767px) {body main .t64{padding:0px 0px 50px 0px;}}body main .t66{color:var(--White);font-weight:700;}@media screen and (max-width: 767px) {body main .t66{font-size:60px;}}@media screen and (max-width: 480px) {body main .t66{font-size:40px;}}body main .t67{padding:150px 0px 150px 0px;z-index:10;position:relative;max-width:800px;}@media screen and (max-width: 767px) {body main .t67{padding:90px 0px 50px 0px;}}@media screen and (max-width: 480px) {body main .t67{padding:30px 0px 30px 0px;}}body main .t68{color:var(--White);font-size:20px;font-weight:300;}body main .t69{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}body main .t70{width:100%;height:100%;object-fit:cover;}body main .t71{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;z-index:5;position:absolute;background:linear-gradient(60deg, rgba(12,16,32,0.87) 30%, rgba(0,178,255,0.23) 100%);}body main .t72{display:flex;position:relative;align-items:center;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t72{padding:0px 0px 0px 0px;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t72{padding:20px 0px 20px 0px;}}body main .t73{flex:1;display:flex;padding:50px 0px 50px 0px;max-width:720px;align-items:flex-start;flex-direction:column;justify-content:flex-start;}@media screen and (max-width: 991px) {body main .t73{padding:0px 0px 0px 0px;max-width:100%;}}@media screen and (max-width: 767px) {body main .t73{padding:20px 0px 20px 0px;}}@media screen and (max-width: 767px) {body main .t74{font-size:40px;}}@media screen and (max-width: 480px) {body main .t74{font-size:30px;}}body main .t77{align-items:center;flex-direction:row-reverse;justify-content:center;}body main .t78{overflow:hidden;text-decoration:none;}body main .t79{z-index:5;position:relative;align-items:center;font-weight:500;justify-content:center;}body main .t80{padding:100px 0px 100px 0px;}@media screen and (max-width: 991px) {body main .t80{padding:50px 0px 50px 0px;}}@media screen and (max-width: 767px) {body main .t80{padding:0px 0px 0px 0px;}}body main .t82{display:grid;column-gap:30px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 767px) {body main .t82{row-gap:30px;grid-template-columns:1fr;}}body main .t83{border:1px solid var(--Border);padding:50px 30px 50px 30px;background:var(--Gray);border-radius:5px;}body main .t84{width:50px;height:50px;object-fit:cover;}body main .t85{margin:0px 0px 10px 0px;font-size:24px;}@media screen and (max-width: 480px) {body main .t85{font-size:20px;}}body main .t86{color:var(--Silver);}body main .t87{text-align:center;}@media screen and (max-width: 767px) {body main .t87{font-size:40px;}}@media screen and (max-width: 480px) {body main .t87{font-size:35px;}}body main .t89{display:flex;row-gap:30px;flex-direction:column;}body main .t90{width:600px;padding:15px 20px 15px 20px;}body main .t91{display:flex;}body main .t93{width:100%;padding:15px 20px 200px 20px;}body main .t94{display:flex;padding:0px 30px 0px 30px;z-index:10;position:relative;background:var(--White);column-gap:30px;border-radius:5px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t94{padding:9px 15px 9px 15px;z-index:1000;align-items:center;border-radius:0px;}}body main .t95{display:flex;padding:5px 0px 5px 0px;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t95{display:block;column-gap:5px;}}body main .t96{display:flex;column-gap:5px;align-items:center;justify-content:center;text-decoration:none;}body main .t97{height:30px;border-radius:100%;}@media screen and (max-width: 767px) {body main .t97{height:30px;}}body main .t98{color:var(--Blue);font-size:30px;}@media screen and (max-width: 767px) {body main .t98{font-size:30px;}}@media screen and (max-width: 480px) {body main .t98{font-size:35px;}}body main .t99{display:flex;column-gap:40px;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t99{row-gap:15px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t99{column-gap:10px;text-decoration:none;}}body main .t100{color:var(--Blue);font-size:15px;font-weight:500;text-decoration:none;}body main .t100:hover{color:var(--Brand);transition:all 250ms 0ms linear;}body main .t101{display:none;flex-direction:column;}body main .t102{overflow:hidden;}body main .t103{z-index:5;position:relative;align-items:center;font-weight:500;justify-content:center;}body main .t105{top:0%;left:0%;right:0%;width:100%;bottom:auto;height:100%;display:flex;opacity:30%;position:absolute;justify-content:space-between;}body main .t106{width:1px;height:100%;background:var(--White);}@media screen and (max-width: 767px) {body main .t107{padding:0px 0px 0px 0px;}}@media screen and (max-width: 480px) {body main .t108{padding:40px 0px 0px 0px;}}body main .t109{flex:1 1 0%;padding:5px 0px 5px 0px;}@media screen and (max-width: 767px) {body main .t109{display:flex;position:relative;justify-content:flex-end;}}body main .t110{display:flex;}body main .t111{display:flex;column-gap:20px;text-align:right;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t111{display:none;}}body main .t112{border:1px none rgba(0,0,0,0.29);margin:5px 0px 0px 0px;padding:5px 0px 0px 0px;border-top:1px solid var(--Border);}@media screen and (max-width: 767px) {body main .t112{top:52px;left:auto;right:-15px;bottom:auto;display:none;padding:20px 40px 20px 40px;z-index:100;position:absolute;background:var(--White);}}body main .t114{display:flex;column-gap:5px;align-items:center;flex-direction:row;justify-content:center;}body main .t115{display:flex;column-gap:5px;align-items:center;flex-direction:row;justify-content:center;}body main .t117{width:18px;height:18px;}body main .t118{flex:0 1 auto;width:60%;display:flex;padding:30px 50px 30px 50px;z-index:100;position:relative;background:var(--White);align-items:center;justify-content:flex-start;}@media screen and (max-width: 991px) {body main .t118{width:100%;padding:30px 50px 30px 20px;}}body main .t119{top:0%;left:0%;right:auto;width:55%;bottom:auto;height:620px;display:block;position:relative;}@media screen and (max-width: 991px) {body main .t119{width:100%;height:300px;}}body main .t120{width:100%;height:100%;display:block;position:relative;object-fit:cover;}body main .t121{top:0%;left:0%;right:0%;width:100%;bottom:auto;height:100%;display:flex;opacity:50%;position:absolute;justify-content:space-between;}body main .t122{width:1px;height:100%;background:var(--White);}body main .t123{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;display:block;z-index:5;position:absolute;background:linear-gradient(90deg, rgba(16,16,16,0.79) 30%, rgba(9,9,9,0.58) 100%);}body main .t124{top:0%;left:auto;right:0%;width:10px;bottom:0%;z-index:100;position:absolute;background:linear-gradient(180deg, rgba(0,178,255,1.00) 0%, rgba(169,0,255,1.00) 100%);}body main .t125{padding:50px 0px 0px 0px;background:var(--Gray);border-top:1px solid var(--Border);}@media screen and (max-width: 991px) {body main .t125{padding:50px 0px 0px 0px;}}body main .t127{display:flex;column-gap:50px;flex-direction:row;}@media screen and (max-width: 767px) {body main .t127{row-gap:30px;flex-direction:column;}}body main .t128{display:flex;max-width:500px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t131{align-items:center;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t131{align-items:center;flex-direction:column;justify-content:center;}}@media screen and (max-width: 767px) {body main .t132{align-items:center;flex-direction:column;justify-content:flex-start;}}body main .t133{display:flex;align-items:stretch;flex-direction:column;}body main .t134{color:var(--Blue);}body main .t137{color:var(--Blue);}body main .t139{display:flex;align-items:stretch;flex-direction:column;}body main .t140{color:var(--Blue);}body main .t143{display:flex;column-gap:5px;align-items:center;justify-content:center;text-decoration:none;}body main .t144{height:40px;border-radius:100%;}@media screen and (max-width: 767px) {body main .t144{height:30px;}}body main .t145{color:var(--Blue);font-size:45px;}@media screen and (max-width: 767px) {body main .t145{font-size:30px;}}@media screen and (max-width: 480px) {body main .t145{font-size:35px;}}body main .t146{background:var(--Blue);}body main .t147{color:var(--White);padding:20px 0px 20px 0px;font-size:13px;text-align:center;font-weight:700;}body main .t148{width:100%;height:3px;background:linear-gradient(180deg, var(--Brand) 0%, rgba(0,255,184,1.00) 100%);}body main .t153{display:grid;column-gap:30px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 767px) {body main .t153{row-gap:30px;grid-template-columns:1fr;}}body main .t154{border:1px solid var(--Border);padding:50px 30px 50px 30px;background:var(--Gray);border-radius:5px;}body main .t155{width:50px;height:50px;object-fit:cover;}@media screen and (max-width: 480px) {body main .t156{font-size:20px;}}body main .t157{color:var(--Silver);}body main .t158{text-align:center;}@media screen and (max-width: 767px) {body main .t158{font-size:40px;}}@media screen and (max-width: 480px) {body main .t158{font-size:35px;}}body main .t159{display:flex;text-align:center;align-items:center;}body main .t160{padding:100px 0px 100px 0px;}@media screen and (max-width: 991px) {body main .t160{padding:50px 0px 50px 0px;}}@media screen and (max-width: 767px) {body main .t160{padding:0px 0px 0px 0px;}}@media screen and (max-width: 767px) {body main .t162{font-size:40px;}}@media screen and (max-width: 480px) {body main .t162{font-size:30px;}}body main .t165{margin:0px auto 0px auto;padding:70px 0px 70px 0px;max-width:860px;}body main .t166{padding:0px 30px 0px 30px;z-index:10;position:relative;background:var(--Blue);column-gap:30px;}body main .t167{flex:1 1 0%;padding:5px 0px 5px 0px;}body main .t168{display:flex;column-gap:20px;text-align:right;justify-content:flex-end;}body main .t169{display:flex;column-gap:5px;align-items:center;flex-direction:row;justify-content:center;}body main .t170{color:var(--White);}body main .t171{display:flex;column-gap:5px;align-items:center;flex-direction:row;justify-content:center;}body main .t172{color:var(--White);}body main .t173{width:18px;height:18px;}body main .t174{border:1px none rgba(0,0,0,0.29);margin:5px 0px 0px 0px;padding:5px 0px 0px 0px;border-top:1px solid rgba(235,235,235,0.17);}body main .t175{display:flex;padding:5px 0px 5px 0px;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t175{column-gap:5px;}}body main .t176{display:flex;column-gap:40px;align-items:center;justify-content:center;}@media screen and (max-width: 480px) {body main .t176{column-gap:10px;text-decoration:none;}}body main .t177{color:var(--White);font-size:15px;font-weight:500;text-decoration:none;}body main .t177:hover{color:var(--Brand);transition:all 250ms 0ms linear;}body main .t178{display:none;flex-direction:column;}body main .t179{overflow:hidden;}body main .t180{z-index:5;position:relative;align-items:center;font-weight:500;justify-content:center;}body main .t181{display:flex;}body main .t182{display:flex;column-gap:5px;align-items:center;justify-content:center;text-decoration:none;}body main .t183{height:30px;border-radius:100%;}@media screen and (max-width: 767px) {body main .t183{height:30px;}}body main .t184{color:var(--White);font-size:30px;}@media screen and (max-width: 767px) {body main .t184{font-size:30px;}}@media screen and (max-width: 480px) {body main .t184{font-size:35px;}}body main .t185{display:flex;column-gap:30px;}body main .t186{width:18px;height:18px;}body main .t187{width:18px;height:18px;}body main .t190{padding:100px 0px 100px 0px;}@media screen and (max-width: 991px) {body main .t190{padding:50px 0px 50px 0px;}}@media screen and (max-width: 767px) {body main .t190{padding:20px 0px 20px 0px;}}body main .t192{display:flex;column-gap:30px;justify-content:center;}@media screen and (max-width: 991px) {body main .t192{row-gap:30px;flex-direction:column-reverse;}}@media screen and (max-width: 767px) {body main .t192{display:flex;row-gap:50px;flex-direction:column-reverse;}}body main .t193{display:flex;row-gap:30px;align-items:center;flex-direction:column;justify-content:flex-start;}@media screen and (max-width: 991px) {body main .t193{align-items:center;}}body main .t194{width:600px;border:1px solid var(--Border);padding:15px 20px 15px 20px;background:var(--Gray);}@media screen and (max-width: 767px) {body main .t194{width:100%;}}body main .t195{width:100%;}@media screen and (max-width: 991px) {body main .t195{display:flex;align-items:center;flex-direction:column;justify-content:center;}}body main .t196{width:600px;border:1px solid var(--Border);padding:15px 20px 100px 20px;background:var(--Gray);}@media screen and (max-width: 767px) {body main .t196{width:100%;}}body main .t197{display:flex;}body main .t198{overflow:hidden;text-decoration:none;}body main .t199{color:var(--White);align-items:center;font-weight:500;justify-content:center;}body main .t200{text-align:center;}@media screen and (max-width: 767px) {body main .t200{font-size:40px;}}@media screen and (max-width: 480px) {body main .t200{font-size:35px;}}@media screen and (max-width: 767px) {body main .t203{font-size:52px;}}body main .t204{margin:10px 0px 0px 0px;display:block;font-size:50px;font-weight:600;}@media screen and (max-width: 767px) {body main .t204{font-size:35px;}}body main .t205{display:none;column-gap:20px;text-align:right;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t205{margin:20px 0px 0px 0px;display:flex;row-gap:10px;align-items:flex-start;flex-direction:column;justify-content:flex-start;}}body main .t206{display:flex;column-gap:5px;align-items:center;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t206{text-decoration:none;}}@media screen and (max-width: 767px) {body main .t207{color:var(--White);font-size:22px;}}body main .t208{width:18px;height:18px;}@media screen and (max-width: 767px) {body main .t208{width:25px;height:25px;}}body main .t209{display:flex;column-gap:5px;align-items:center;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t209{text-decoration:none;}}@media screen and (max-width: 767px) {body main .t210{color:var(--White);font-size:22px;}}body main .t211{width:18px;height:18px;}@media screen and (max-width: 767px) {body main .t211{color:var(--Brand);width:25px;height:25px;}}body main .t212{display:none;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t212{top:0%;left:auto;right:0%;bottom:auto;position:absolute;}}@media screen and (max-width: 767px) {body main .t212{display:flex;position:initial;}}body main .t213{border:1px solid var(--Border-2E2E30);display:flex;padding:5px 5px 5px 5px;background:rgba(23, 23, 23, 0.8);align-items:center;border-radius:1000px;backdrop-filter:blur(15px);justify-content:center;}@media screen and (max-width: 991px) {body main .t213{width:58px;height:58px;row-gap:6px;background:var(--White);border-radius:0px;flex-direction:column;backdrop-filter:;}}@media screen and (max-width: 767px) {body main .t213{width:35px;height:35px;padding:0px 0px 0px 0px;}}@media screen and (max-width: 991px) {body main .t214{width:35px;height:2px;background:var(--Brand);}}body main .t221{padding:100px 0px 100px 0px;}@media screen and (max-width: 991px) {body main .t221{padding:50px 0px 0px 0px;}}@media screen and (max-width: 767px) {body main .t221{padding:50px 0px 50px 0px;}}@media screen and (max-width: 480px) {body main .t221{padding:20px 0px 20px 0px;}}body main .t223{margin:0px auto 30px auto;max-width:500px;text-align:center;}@media screen and (max-width: 767px) {body main .t223{font-size:40px;}}@media screen and (max-width: 480px) {body main .t223{font-size:30px;}}body main .t224{margin:0px 0px 50px 0px;padding:20px 20px 20px 20px;background:rgba(249,249,249,1.00);border-radius:5px;}@media screen and (max-width: 767px) {body main .t224{padding:10px 10px 10px 10px;}}body main .t225{height:300px;overflow:hidden;position:relative;}@media screen and (max-width: 991px) {body main .t225{height:200px;}}body main .t226{width:100%;height:100%;position:absolute;object-fit:cover;border-radius:5px;}body main .t227{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;display:flex;position:absolute;background:linear-gradient(90deg, rgba(12,16,32,1.00) 0%, rgba(117,127,149,0.71) 100%);align-items:center;border-radius:5px;justify-content:center;}body main .t228{color:rgba(255,255,255,1.00);text-align:center;}@media screen and (max-width: 991px) {body main .t228{font-size:36px;}}body main .t229{display:grid;padding:30px 35px 30px 35px;row-gap:30px;column-gap:30px;flex-direction:column;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 767px) {body main .t229{padding:10px 0px 10px 0px;row-gap:15px;grid-template-columns:1fr ;}}body main .t230{border:1px solid rgba(235,235,235,1.00);display:flex;padding:20px 20px 20px 20px;background:rgba(255,255,255,1.00);column-gap:10px;align-items:flex-start;border-radius:5px;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t230{flex-direction:column;}}body main .t231{flex:1 1 0%;display:flex;flex-direction:column;}body main .t232{font-size:14px;line-height:1.7;}body main .t233{color:rgba(12,16,32,1.00);font-size:20px;align-items:center;font-weight:600;justify-content:center;}body main .t234{color:rgba(0,178,255,1.00);font-size:20px;font-weight:600;}@media screen and (max-width: 991px) {body main .t234{margin:10px 0px 0px 0px;}}@media screen and (max-width: 767px) {body main .t234{font-size:18px;}}body main .t236{max-width:200px;align-items:center;flex-direction:row-reverse;justify-content:center;}body main .t237{overflow:hidden;text-decoration:none;}body main .t238{z-index:5;position:relative;align-items:center;font-weight:500;justify-content:center;}body main .t239{margin:0px 0px 50px 0px;padding:20px 20px 20px 20px;background:rgba(249,249,249,1.00);border-radius:5px;}@media screen and (max-width: 767px) {body main .t239{padding:10px 10px 10px 10px;}}body main .t240{height:300px;overflow:hidden;position:relative;}@media screen and (max-width: 991px) {body main .t240{height:200px;}}body main .t241{width:100%;height:100%;position:absolute;object-fit:cover;border-radius:5px;}body main .t242{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;display:flex;position:absolute;background:linear-gradient(90deg, rgba(12,16,32,1.00) 0%, rgba(117,127,149,0.71) 100%);align-items:center;border-radius:5px;justify-content:center;}body main .t243{color:rgba(255,255,255,1.00);text-align:center;}@media screen and (max-width: 991px) {body main .t243{font-size:35px;}}body main .t244{display:grid;padding:30px 35px 30px 35px;row-gap:30px;column-gap:30px;flex-direction:column;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 767px) {body main .t244{padding:10px 0px 10px 0px;row-gap:15px;grid-template-columns:1fr ;}}body main .t245{border:1px solid rgba(235,235,235,1.00);display:flex;padding:20px 20px 20px 20px;background:rgba(255,255,255,1.00);column-gap:10px;align-items:flex-start;border-radius:5px;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t245{flex-direction:column;}}body main .t246{flex:1 1 0%;display:flex;flex-direction:column;}body main .t247{font-size:14px;line-height:1.7;}body main .t248{color:rgba(12,16,32,1.00);font-size:20px;align-items:center;font-weight:600;justify-content:center;}body main .t249{color:rgba(0,178,255,1.00);font-size:20px;font-weight:600;}@media screen and (max-width: 991px) {body main .t249{margin:10px 0px 0px 0px;}}@media screen and (max-width: 767px) {body main .t249{font-size:18px;}}body main .t250{max-width:200px;align-items:center;flex-direction:row-reverse;justify-content:center;}body main .t251{overflow:hidden;text-decoration:none;}body main .t252{z-index:5;position:relative;align-items:center;font-weight:500;justify-content:center;}